Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Issue: Cursor editor always places the sidebar on the right, even after changing settings
I’m having a persistent issue with the Cursor code editor (VS Code fork). No matter how many times I change the configuration, the project explorer sidebar always appears on the right side when I open the editor. I want it permanently on the left, but it keeps resetting.
I’ve tried multiple methods, none of which work:
Method 1: Keyboard shortcut
Cmd + B (Mac) or Ctrl + B (Windows/Linux)
→ This only toggles visibility, not position.
Method 2: Visual settings
Click View in the top menu
Go to Appearance
Select Primary Side Bar
→ This changes it temporarily, but doesn’t persist across sessions.
Method 3: Persistent configuration in settings.json
Opened the command palette (Cmd + Shift + P / Ctrl + Shift + P)
Ran Preferences: Open User Settings (JSON)
Added:
json
{
“workbench.activityBar.location”: “default”,
“workbench.sideBar.location”: “left”,
“workbench.startupEditor”: “none”
}
→ Still resets to the right every time I launch Cursor.
Method 4: Reset view layout
Ran View: Reset View Locations from the command palette
→ No effect. Sidebar still defaults to the right.
This seems to be a bug or a broken persistence issue in Cursor itself. If anyone has a working fix or knows where Cursor stores layout state outside of settings.json, I’d appreciate any help.
Steps to Reproduce
Method 1: Keyboard shortcut
Cmd + B (Mac) or Ctrl + B (Windows/Linux)
→ This only toggles visibility, not position.
Method 2: Visual settings
Click View in the top menu
Go to Appearance
Select Primary Side Bar
→ This changes it temporarily, but doesn’t persist across sessions.
Method 3: Persistent configuration in settings.json
Opened the command palette (Cmd + Shift + P / Ctrl + Shift + P)
Ran Preferences: Open User Settings (JSON)
Added:
json
{
“workbench.activityBar.location”: “default”,
“workbench.sideBar.location”: “left”,
“workbench.startupEditor”: “none”
}
→ Still resets to the right every time I launch Cursor.
Method 4: Reset view layout
Ran View: Reset View Locations from the command palette
→ No effect. Sidebar still defaults to the right.
This seems to be a bug or a broken persistence issue in Cursor itself. If anyone has a working fix or knows where Cursor stores layout state outside of settings.json, I’d appreciate any help.
Operating System
Windows 10/11
Current Cursor Version (Menu → About Cursor → Copy)
Version: 2.3.41 (user setup)
Does this stop you from using Cursor
No - Cursor works, but with this issue