vscode-powershell
vscode-powershell copied to clipboard
Provides PowerShell language and debugging support for Visual Studio Code
## PR Summary Add a foreach loop snippet which includes Write-Progress already initialized. This helps streamline the setup and monitoring of a long-running process. ![Example usage of the Foreach with...
I already asked a question in this regards on StackOverflow. Here it is https://stackoverflow.com/questions/67708312/is-it-possible-to-debug-powershell-inline-script-block-jobs-in-visual-studio-cod but still have no response. It looks like it is a missing feature. What I need...
### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. -...
### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. -...
### Prerequisites - [X] I have written a descriptive issue title. - [ ] I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported....
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PSReadLine) - [X] Search the existing issues, especially...
### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. -...
### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. -...
**Summary of the new feature** The existing powershell hover for commands/functions is very basic and only provides the synopsis. VScode now supports colorized advanced hovers, and Omnisharp C# extension already...
This Var doesn't exist in Github Actions, it should be $CI https://docs.github.com/en/actions/learn-github-actions/variables https://github.com/PowerShell/vscode-powershell/blob/cbe8b7bd3f131e7414f973c38bd3d1294c3382e9/vscode-powershell.build.ps1#L29-L33 Also in PSES https://github.com/PowerShell/PowerShellEditorServices/blob/70ef45d1655a7e5d37441095e1e5ab37408fe543/PowerShellEditorServices.build.ps1#L107-L108 Probably not causing a failure now but could pull in an unwanted dependency...