Appearance/view settings not persisting

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

  1. Each time when I open new project it’s on agent mode.
  2. After I switch agent to editor mode, primary sidebar moves to left. I constantly need to move it to right again which is where I’m used to.
    Fixing either 1 or 2 would make cursor great again.

Steps to Reproduce

Open cursor in new project.

Expected Behavior

  1. Coursor should stick to editor mode, I use CLI for agents.
  2. When I switch to editor mode primary sidebar should be where I’ve set it to be.

Operating System

Linux

Version Information

Version: 2.5.20
VSCode Version: 1.105.1
Commit: 511523af765daeb1fa69500ab0df5b6524424610
Date: 2026-02-19T20:41:31.942Z
Build Type: Stable
Release Track: Default
Electron: 39.4.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Linux x64 6.8.0-100-generic

Does this stop you from using Cursor

No - Cursor works, but with this issue

1 Like

Hey, we’re aware of both issues, and there’s a setting for the first one that should help.

  1. Agent is always enabled by default
    Open Cursor Settings (the gear icon in the top-right) and search for Default Layout. You can choose Editor or Editor (Classic) so new windows open in your preferred mode instead of Agent.

If Agent still opens by default after changing it, let me know.

  1. Sidebar position resets when switching to Editor mode
    This is a known regression. You can try this workaround:

  2. Open settings.json (Ctrl + Shift + P > “Preferences: Open User Settings (JSON)”)

  3. Add:

    "workbench.sideBar.location": "right"
    
  4. Make sure the Agent Sidebar is on the opposite side (Layout menu in the top-right).

  5. Restart Cursor.

To be honest, this doesn’t work for everyone, but it’s worth trying.

Related threads:

Let me know how it goes.

Thanks for reply. No luck I’m afraid. 1) The gear has less options since last update and I can’t find any Default Layout (looked all Settings etc too can’t find it anywhere):

  1. This setting I already had: “workbench.sideBar.location”: “right” - no help

`Make sure the Agent Sidebar is on the opposite side (Layout menu in the top-right).` - can’t find it anywhere.

The setting is there, it’s just not in the dropdown you’re looking at. The screenshot you shared shows the small menu from the gear icon, but Default Layout is on the full Cursor Settings page.

Try this: press Ctrl+Shift+J to open the full Cursor settings page. Then find Default Layout and pick Editor or Editor (Classic).

About the sidebar, unfortunately there’s no change yet and there isn’t a working workaround right now. The team is aware of the issue.

Let me know if you were able to find the setting.

Hi, yep I looked there too but doesn’t have it :slight_smile:

Didn’t notice initially but this setting appeared once I disabled Sync layouts accross windows. Now everything seems more stabile yes, thanks.

1 Like