Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to NOT show the Debug Side Bar when debugging in Visual Studio Code?

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:

the debug side bar

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?

like image 557
Tyler James Leonhardt Avatar asked May 12 '26 21:05

Tyler James Leonhardt


1 Answers

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.

like image 120
Mark Avatar answered May 15 '26 00:05

Mark



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!