Restoring an Extension to the Primary Sidebar in Windsurf (or VSCode)

If you’re using Windsurf—or another VSCode fork—and you’ve moved an extension out of the primary sidebar (the one that normally holds Explorer, Search, Source Control, etc.), you might notice there’s no obvious way to move it back. Even uninstalling and reinstalling the extension doesn’t help; its last location is remembered.

The fix is simple:

  1. Open the Command Palette (Cmd+Shift+P or Ctrl+Shift+P).
  2. Run View: Reset View Locations.

That’s it. The extension will return to its default spot in the primary sidebar.

 
2
Kudos
 
2
Kudos

Now read this

A few terminal shortcuts for Rails devs

Here are a few command-line shortcuts for anybody that uses Ruby or Ruby on Rails on a daily basis: Abbreviate bundle exec [command] # Replace bundle exec with just be and you no longer have an excuse for running a rake without the... Continue →