As an attempt to simplify the look and feel of VS Code for new users (who do not consider themselves as developers), I'd like to hide the Debug Side Bar forever:

What's currently happening is, every time I hit F5, the Debug Side Bar pops open even after I hide it with cmd+B. Is there some way I can force it to stay hidden?
In your settings look for
Debug: Open Debug
Controls when the debug view should open.
and choose the neverOpen option.
Or put "debug.openDebug": "neverOpen", into your settings.json.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With