Prerequisites
Summary
I would like the temporary debug console to close and be removed from the terminal pane after a debug session is complete. It would make sense for the default to be set to not terminate to align with the current behaviour but there might be argument to have it terminate by default when attaching to another process through the computerName, processId, or customPipeName options as there is no local state that would be of use for the user post debugging.
Proposed Design
I assume this could be done in the DisconnectRequest handler to close the process and terminal pane in the VSCode editor.
Prerequisites
Summary
I would like the temporary debug console to close and be removed from the terminal pane after a debug session is complete. It would make sense for the default to be set to not terminate to align with the current behaviour but there might be argument to have it terminate by default when attaching to another process through the
computerName,processId, orcustomPipeNameoptions as there is no local state that would be of use for the user post debugging.Proposed Design
I assume this could be done in the
DisconnectRequesthandler to close the process and terminal pane in the VSCode editor.