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

How to fix `React DevTools encountered an error: RangeError: Invalid array length`

I recently found this rather obscure message in my dev tools console when working on a React + Gatsby based website. It took a bit of digging to figure out where it was coming from since the stack trace was all React internals. Turns out... Continue →