Reputation: 1715
Using Visual Studio Code version 1.44.0, how do I permanently disable the left side bar? I hit control + B to hide it, but every time I hit F5, it comes back up. How do I make it not come up when I hit F5 to run the code?
Thank you.
Upvotes: 1
Views: 227
Reputation: 1715
Here is a visual and a step-by-step of Mark's answer: Thanks Mark!
Upvotes: 1
Reputation: 182641
Setting:
Debug: Open Debug
set it to never
. Default is openOnSessionStart
Upvotes: 2