You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client command 'Get Help for Command' AKA PowerShell.ShowHelp does not appear to work correctly. The server responds with a URI, which is not shown in the extension terminal, and nothing happens in the client until you hit enter in the terminal, at which point the URI is opened in the browser.
The server's handler script is a bit funky and has a to-do that says "rather than print the help in the console, we should send the string back to VSCode to display in a help pop-up (or similar)." So let's do that!
FWIW PowerShell.OnlineHelp is marked deprecated and at this point should be removed.
PowerShell Version
N/A
Visual Studio Code Version
N/A
Extension Version
N/A
Steps to Reproduce
N/A
Visuals
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
Summary
The client command 'Get Help for Command' AKA
PowerShell.ShowHelp
does not appear to work correctly. The server responds with a URI, which is not shown in the extension terminal, and nothing happens in the client until you hit enter in the terminal, at which point the URI is opened in the browser.The server's handler script is a bit funky and has a to-do that says "rather than print the help in the console, we should send the string back to VSCode to display in a help pop-up (or similar)." So let's do that!
FWIW
PowerShell.OnlineHelp
is marked deprecated and at this point should be removed.PowerShell Version
N/A
Visual Studio Code Version
N/A
Extension Version
N/A
Steps to Reproduce
N/A
Visuals
No response
Logs
No response
The text was updated successfully, but these errors were encountered: