Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Activity Bar width in Visual Studio Code

Is there a way to selectively change the width of the Activity Bar in VSCode (v. 1.14)? I have a 1366×768 screen where every pixel counts, so I would like to make this bar narrow and icons smaller, by at least 50%. In comparison to vertical OS interface elements, e.g. Windows 10 Taskbar or Plasma 5 panel it looks monstrous and out of place:

enter image description here

I've been also trying to find a solution for the Insider version of VSCode, but apart from just hiding it I haven't discovered anything relevant yet.

I have "window.zoomLevel": 0 set in settings.json.

like image 648
andselisk Avatar asked Jul 12 '17 04:07

andselisk


People also ask

How do I change the activity bar in VS Code?

The Activity Bar on the left lets you quickly switch between Views. You can also reorder Views by dragging and dropping them on the Activity Bar or remove a View entirely (right click Hide from Activity Bar).

How do I make the sidebar smaller in VS Code?

Just double click the borders of the pane you want to resize. Same applies to extension or any other activity, where you want to see the full contents.


1 Answers

I recommend the excellent extension Activitus Bar. It recreate the activity bar buttons on the status bar:

enter image description here

Then, you just hide this enormous, gigantic activity bar. Happying code!

like image 76
Pedro Vagner Avatar answered Sep 30 '22 19:09

Pedro Vagner