Primary side bar doesn't save "user selected position"

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Primary side bar doesn’t save “user selected position”.
So after each update or closing Cursor I have to change it by going to View->Appearance-> Move Primary Side Bar Right.

Steps to Reproduce

  1. Go to View->Appearance-> Move Primary Side Bar Right
  2. Close/Update Cursor

Expected Behavior

Primary Side Bar should be right without any movements

Operating System

MacOS

Version Information

Version: 2.4.21 (Universal)
VSCode Version: 1.105.1

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. This is a known issue, it’s a regression of a bug we fixed before.

Try this workaround:

  1. Open settings.json (CMD + Shift + P > “Preferences: Open User Settings (JSON)”)
  2. Add this line:
"workbench.sideBar.location": "right"

Alternative: CMD + Shift + P > “View: Toggle Primary Side Bar Position” but it may reset again after an update.

I’ve let the team know the bug is back on version 2.4.21. Similar threads from other users:

Let me know if the workaround doesn’t help.

thanks! but it doesn’t help.