Closed
Description
System Details
System Details Output
### VSCode version: 1.32.0-insider aeaef41d51201e555735f5e8d2f38a9d0ddb9026 x64
### VSCode extensions:
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
### PSES version: 2.0.0.0
### PowerShell version:
Name Value
---- -----
PSVersion 5.1.18836.1000
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.18836.1000
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
I am experiencing a problem with debugging PowerShell scripts when building master after commit f0886cd
Steps I have taken to reproduce issue:
- clone PSES Master and vscode-powershell master to fresh directories
- In vscode-powershell directory run:
git checkout f0886cd9edf58e12c612a2
- Launch Extension from vscode (stable or insiders)
- Open a PowerShell file
- Why can't I F5???
Note: F8 works just fine.
Expected Behaviour
It should debug the script
Actual Behaviour
It doesn't appear to do anything.