How to restore VS Code Sidebar settings?

Viewed 356

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

1 Answers

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