Closed
Description
If I configure "createTemporaryIntegratedConsole": true
in a particular configuration in the launch.json ...
then consoles launched via that config stay open.
But if I just set my workspace settings to
"powershell.debugging.createTemporaryIntegratedConsole": true
The new console is created, but still closes after run.
System Details
Windows 10
VS Code Insiders 1.21 (2018-02-21)
PowerShell extension version: 1.6
I can attach more logs or whatever if you need them, but I have a feeling they're redundant in this case.