vscode-powershell icon indicating copy to clipboard operation
vscode-powershell copied to clipboard

Provides PowerShell language and debugging support for Visual Studio Code

Results 310 vscode-powershell issues
Sort by recently updated
recently updated
newest added

## 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. -...

Issue-Bug
Needs: Maintainer Attention

### 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...

Issue-Enhancement

### 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...

Issue-Enhancement

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,...

Issue-Bug
Area-Debugging

### 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...

Issue-Enhancement

### 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. -...

Issue-Bug
Area-Extension Terminal
Verified

### 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...

Issue-Enhancement
Pending: External

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...

Issue-Enhancement
Area-IntelliSense
Pending: External