Sidebar right layout switches window layout to agent view in cursor settings

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Sidebar right layout switches window layout to agent view in cursor settings

Steps to Reproduce

in vscode settings set under user & workspace:

“workbench.sideBar.location”: “right”
“workbench.sideBar.location”: “right”

Go to cursor settings click:

Import settings from VsCode, on success the Window Layout is changed to Agent view?!

Expected Behavior

On successful import of sidebar right settings it should stay on editor view.

Operating System

MacOS

Version Information

Version: 3.9.16 (Universal)
VS Code Extension API: 1.105.1
Commit: 042b3c1a4c53f2c3808067f519fbfc67b72cad80
Date: 2026-06-27T06:41:01.941Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Darwin arm64 25.5.0

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey Hannah - thanks for the clear repro, and sorry this felt like a bug. This is expected behavior in Cursor, though it may be surprising if you are coming from VS Code.

In Cursor, Agent and Editor window layouts are defined by sidebar orientation:

  • Editor layout: primary sidebar (Explorer, etc.) on the left
  • Agent layout: primary sidebar on the right, with the Agents sidebar on the left

So when you import VS Code settings with:

"workbench.sideBar.location": "right"

Cursor treats that as the Agent layout orientation and updates Window Layout accordingly. In VS Code, sidebar-right is just a preference inside the classic IDE. In Cursor, that same preference maps to Agent layout.

If you want to stay in Editor layout after importing:

  1. Open Cursor Settings
  2. Set Window Layout back to Editor

That should put the primary sidebar back on the left and keep you in Editor view. You can still use agents from Editor layout; this only changes the default arrangement. Hope that helps clarify what you are seeing. If anything still feels off after switching back to Editor, let us know.