Closed
Description
System Details
-
Operating system name and version: Windows 10 1803 (OS Build 17134.81)
-
VS Code version: 1.25.1
-
PowerShell extension version: 1.8.1
- Output from `$PSVersionTable`:
Name Value
---- -----
PSVersion 5.1.17134.81
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.17134.81
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
$pseditor.EditorServicesVersion
Major Minor Build Revision
----- ----- ----- --------
1 8 1 0
code --list-extensions --show-versions
$PSVersionTable
Issue Description
I am experiencing a problem with...
PowerShell Intergated terminal terminates after debug session
Step to reproduce
Install PowerShell extension 1.8.1
Click reload to so the extension is available
In Visual Code Open folder that has valid PowerShell files
Open ps1 file and set some BreakPoints in the file
Start PowerShell debugging session using VS Code ( PowerShell Integrated Console )
Stop debug session
Expected results
The PowerShell Intergated terminal should continue running
Actual
PowerShell Intergated terminal has terminated would you like to restart it
Workaround
Downgrade to 1.7.0 Extension