Add `temporaryConsoleWindowActionOnDebugEnd` option by jborean93 · Pull Request #5255 · PowerShell/vscode-powershell
Adds a new option `temporaryConsoleWindowActionOnDebugEnd` to both the attach and launch configurations which can be used to specify what happens with the temporary integrated console when a debug session ends. The option can be set to `keep`, current behaviour and default, that will keep the active terminal as the temporary console. It can be set to `close` which closes the terminal and removes it from the selection pane or `hide` which keeps the terminal window alive but changes the active terminal to the previous one before the debug session started.
AI review requested due to automatic review settings
August 4, 2025 00:23
andyleejordan
changed the title
Add temporaryConsoleWindowActionOnDebugEnd option
Add temporaryConsoleWindowActionOnDebugEnd option
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters