vscode-powershell
vscode-powershell copied to clipboard
Provides PowerShell language and debugging support for Visual Studio Code
## PR Summary - Begin searching for Pwsh in the "Program Files (Arm)" directory on windows arm64. - Note this will only look for the "Program Files (Arm)" directory if...
## PR Summary Adds the new `notifyOnAttach` option for an attach request. This option will have PSES create a new event with the source identifier `PSES.Attached` that allows the attached...
### 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 [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. ### Summary I would...
### Prerequisites - [x] I have written a descriptive issue title. - [x] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. ### Summary ### Context...
PowerShell Integrated Console: "Value cannot be null" for missing mandatory parameter when debugging
Issue Type: Bug # Steps to reproduce Create a .ps1 script file with the following contents: ```powershell class MyNewClass { [string] $DummyVar } function Get-Details { param ( [Parameter(Mandatory)][MyNewClass] $ClassVar,...
### Prerequisites - [x] I have written a descriptive issue title. - [x] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. ### Summary I've written...
### 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 [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. ### Summary While debugging...
In the PowerShell ISE, I frequently type partial command names, containing wildcards. For example, to find the command `New-AzureRmVirtualNetworkSubnetConfig`, I might type `*subnet*` and hit CTRL + SPACE to invoke...