vscode-powershell
vscode-powershell copied to clipboard
Provides PowerShell language and debugging support for Visual Studio Code
A start to resolving https://github.com/PowerShell/vscode-powershell/issues/2153
Replaces #2932.
Just leaving this around so we can take it when VS Code supports ES Modules (https://github.com/microsoft/vscode/issues/130367)
Opening this draft PR to keep track of the work. I had started to resolve #2882, but the recommended migration method results in 3,150 problems, and it moves us to...
### Prerequisites - [X] I have written a descriptive issue title. - [ ] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. - [ ]...
Issue Type: Bug Previously, if you started an Interactive Debug session with the following launch config: ```json { "name": "PS: Interactive", "presentation": { "group": "Powershell" }, "request": "launch", "type": "PowerShell"...
## Issue Description ## I am experiencing a problem with PowerShell extension. I have checked issue #752 and I am confident that the fixes in that bug report are applied....
**Please fill in these details so that we can help you!** ### System Details - Operating system name and version: win7 - VS Code version: 1.8.1 - PowerShell extension version:...
### 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 The inline...