Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I reset the sidebar elements in VSC to the default places?

I moved by fault the location of the history, search, git, ... in sidebar and I can't find a way to get the sidebar to the default.

Is there a button to reset their elements location to default?

My current faulty elements locations:

visual studio code sidebar

like image 256
Bouraoui Al-Moez L.A Avatar asked Sep 03 '25 01:09

Bouraoui Al-Moez L.A


2 Answers

To reset sidebar icons, you can open the commands textbox with CTRL+SHIFT+P and then enter the commmand > Reset View Locations

like image 198
Mujtaba Hussain Avatar answered Sep 05 '25 21:09

Mujtaba Hussain


And if you accidentally hidden your bar in Visual Studio, you can make it visible again like this:

Code > Settings... > Settings > Workbench > Appearance > ActivityBar: Visible

and check the checkbox there: enter image description here

like image 34
Sebastian Voráč Avatar answered Sep 05 '25 22:09

Sebastian Voráč