Open
Description
System Details
- Operating system name and version:
- VS Code version: 1.5.1
- PowerShell extension version: 0.7.2
- Output from
$PSVersionTable
:
$PSVersionTable info
Name Value
---- -----
PSVersion 5.1.14393.103
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.103
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
When I open a new folder/workspace, go to the Debug window and select a debug profile only PowerShell
shows up. PowerShell x86
used to show up as well, allowing me to debug scripts that used modules that only run in x86 PowerShell. I can no longer debug these scripts.
Attached Logs
N/A