-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stopping a debug session should close the debug console #3829
Comments
After discussing with @weinand I am hiding the console on any end of a debug session. For instance, also if the user terminates the debugee |
@isidorn I think there is nothing to verify here since we rolled back this change, correct? |
@egamma exaclty, we rolled back the change |
If I understand vscode is now going hide the debug console after pressing stop. Here is an example of stopping debugging with v0.10.11 and what I see after I press stop. If this is going to forced on us can we make this a configurable debug option? |
Right now vscode will never automatically hide the debug console. |
@isidorn ok, I'm probably getting the wrong idea here. I'm look forward to the next release! thanks |
@pflannery this was just a tryout idea which we reverted in the end. |
When pressing
stop
in the debug tool barAt this point the debug console should also be closed.
The text was updated successfully, but these errors were encountered: