Workbench sidebar goes to the right

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:

  1. go to View > Command Palette in the top menu.

  2. Type: View: Toggle Primary Side Bar Position (with the >)

  3. Hit Enter.

This command instantly snaps the sidebar back to the correct side.

1 Like

thanks it works

2 Likes