-
Notifications
You must be signed in to change notification settings - Fork 237
Open
Labels
Issue-EnhancementA feature request (enhancement).A feature request (enhancement).Needs: TriageMaintainer attention needed!Maintainer attention needed!
Description
Prerequisites
- I have written a descriptive issue title.
- I have searched all issues to ensure it has not already been requested.
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.
Metadata
Metadata
Assignees
Labels
Issue-EnhancementA feature request (enhancement).A feature request (enhancement).Needs: TriageMaintainer attention needed!Maintainer attention needed!