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:
- Open the Command Palette (
Cmd+Shift+Pon Mac /Ctrl+Shift+Pon Windows/Linux) - Type “Open User Settings (JSON)” and select it
- Add this to your settings:
"workbench.activityBar.orientation": "vertical"
- Quit and reopen Cursor for the change to take effect.
1 Like
That helps.. Thanks Colin.
1 Like