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

### 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
Up for Grabs
Area-HTML Content View

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

Issue-Enhancement
Up for Grabs
Area-Test

### 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 With [`FeedbackProviders`](https://github.com/PowerShell/PowerShell/pull/19133)...

Issue-Enhancement
Area-psEditor

Type: Bug ```powershell $module = 'test' "${module}" ``` Start Debugging. Expected: Can peek the value during debugging Actual: Cannot, however "$module" works fine. ![image](https://github.com/PowerShell/vscode-powershell/assets/15258962/0234b9cc-92dd-4895-9012-46e293985d11) Extension version: 2023.11.1 VS Code version:...

Issue-Enhancement
Area-Symbols & References

### 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-Code Formatting
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 There are...

Issue-Enhancement
Area-Debugging
Needs: Maintainer Attention

Some projects might benefit from an easy way to add paths to their PowerShell session's PSModulePath so that modules in non-standard paths are available for IntelliSense and parse-time checks. One...

Issue-Enhancement
Area-Configuration

When I rename a variable in one place, I want to ensure all references to that variable are renamed that are in the same scope. Basically, I want to ensure...

Issue-Enhancement
Up for Grabs
Area-Symbols & References

It'd be nice if we provided a way for the user to configure a startup script which gets run when VS Code opens their project folder. This would allow them...

Issue-Enhancement
Area-Configuration
Area-Workspaces

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