Remove Visual Studio Code Side Panel

Asked

Viewed 4,935 times

4

You can remove the side panel of Visual Studio Code?

inserir a descrição da imagem aqui

2 answers

9


The name of this "panel" is minimap.

You can change the visibility of it by changing your file Settings.json and adding a key-value pair with the key editor.minimap.enabled and a value boolean.

This setting can be valid for all workspaces, if you value in tab user Settings, or just for the Workspace current, edit in the tab Workspace Settings.

To open the edition of this file, press Ctrl + , (comma).

"editor.minimap.enabled": false

4

Open the Visual Studio Code, press the shortcut ctr + ,. This command box will now appear.

inserir a descrição da imagem aqui

Therein type: editor.minimap.enabled and tighten enter. It’ll stay that way:

inserir a descrição da imagem aqui

Notice that there is an icone in the form of lapis, click on it and then change to False.

All right, your dashboard minimap was hidden.

Or just use the shortcut ctrl + B.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.