Misaligned activity bar

Is there any configuration to change the menu (explorer, search, debug, git.. options) from top horizontal to left vertical like we use in vs code? In cursor, that’s annoying when it top vertical format.?

Hey there.

You can switch the activity bar back to the vertical side layout:

  1. Open the Command Palette (Cmd+Shift+P on Mac / Ctrl+Shift+P on Windows/Linux)
  2. Type “Open User Settings (JSON)” and select it
  3. Add this to your settings:
"workbench.activityBar.orientation": "vertical"
  1. Quit and reopen Cursor for the change to take effect.
1 Like

That helps.. Thanks Colin.

1 Like