How to hide the VS Code view pane

Is there a way to hide / toggle the view pane (other than the side pane as shown below) in VS code? Or at least is there a plan to add a hide function to this panel?

Picture of the view bar>

I could not find an option for this anywhere.

+7
source share
2 answers
View -> Hide Activity Bar 

The menu item was changed at some point.

 View -> Appearance -> Hide Activity Bar 

It is also possible to hide it from the context menu.

Team: workbench.action.toggleActivityBarVisibility

From the Command Palette: Toggle Activity Bar Visibility

+5
source

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

+3
source

Source: https://habr.com/ru/post/1246087/


All Articles