[Bug]Cursor auto flipped layout and cannot flipback

Describe the Bug

Cursor automatically fliped the layout from chat block right to chat block left, and cannot be fliped back by either using hotkeys nor clicking flip layout

Steps to Reproduce

I don’t know, it automatically flip.

Operating System

Windows 10/11

Version Information

It should be the latest version of cursor IDE, I cannot find the button to copy the version info.

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, this looks like a known layout persistence issue that’s come up before.

Try these workarounds:

  1. Open the Command Palette with Ctrl+Shift+P and run the command View: Toggle Primary Side Bar Position. This might move the panel back.

  2. If that doesn’t help, add this to settings.json via Ctrl+Shift+P then Preferences: Open User Settings (JSON):

"workbench.sideBar.location": "right"
  1. Another option is to run View: Reset View Locations from the Command Palette.

Also, a couple quick questions:

  • What exactly moved, the sidebar File Explorer or the chat agent panel?
  • You can copy your Cursor version from Help > About, or via Ctrl+Shift+P then About.

The team is aware of this issue. Let me know if any of these workarounds helped.