Home > Blockchain >  How to restore VS Code Sidebar settings?
How to restore VS Code Sidebar settings?

Time:03-01

VS Code comes with a Source Control tab on the sidebar, I think I accidentally dragged the icon into the 'Explorer' tab icon, now all the source control boxes are dragged in here and the folder files list which used to be the default in the Explorer tab is now pushed to the bottom.

How may I undo this change?

vs_code_sidebar

CodePudding user response:

In general, if you have moved some view to a place, called a ViewContainer, like the Side Bar or Side Panel or Panel and you can't figure out how to get back to the default location for that view use the command

View: Reset View Locations to reset all the views to their default locations.

  • Related