why every time there is an update the workbench sidebar goes to the right. now It doesnt go to the left like the default of VS code it’s kina annoying
It looks like a UI sync bug where the settings menu says ‘Left’, but the editor doesn’t update.
You can force the layout to refresh via the Command Palette:
-
go to View > Command Palette in the top menu.
-
Type: View: Toggle Primary Side Bar Position (with the >)
-
Hit Enter.
This command instantly snaps the sidebar back to the correct side.
1 Like
thanks it works
2 Likes
The solution works as a temporary fix, but it still opens on the right by default, despite workbench.sideBar.location being set to “left” with no overrides.
