Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I hide the VS Code view bar

Is there a way to hide/toggle the view bar (different than sidebar, shown below) in VS Code? Or at least, is there a plan to add a hide feature to this panel?

Picture of the view bar >

I could not find an option for this anywhere.

like image 718
user3450906 Avatar asked Mar 30 '16 16:03

user3450906


2 Answers

View -> Hide Activity Bar

Menu entry was changed at some point

View -> Appearance -> Hide Activity Bar

It's also possible to hide it from the context menu.

Command: workbench.action.toggleActivityBarVisibility

From Command Palette: Toggle Activity Bar Visibility

like image 97
Ted Wise Avatar answered Oct 18 '22 04:10

Ted Wise


This is currently not possible, but the option has several open feature requests against it on github. https://github.com/Microsoft/vscode/issues/1105

like image 36
dunchunter Avatar answered Oct 18 '22 05:10

dunchunter