I’ve searched about this issue before, but literally no solution fixes it. Not even Cursor itself can manage to tell me how to do it.
I hate this. This is the single most annoying thing I’ve ever experienced using Cursor. How the f can I turn this from the horizontal display to the VSCode’s vertical one?
I tried with workbench.activityBar.location and workbench.activityBar.orientation but nothing works.
This is driving me absolutely insane and is annoying enough that I just reverted the version and will probably stop using Cursor entirely if the update gets forced, which in the interim I guess means I can’t update.
Absolutely hate this and that there’s no option to fix it. It doesn’t even display some items correctly (just shows multiple “user view container” ones):
Also makes switching between panes way more annoying than it has to be. Forcing this with no option to revert it is mind boggling.
It honestly does feel like it is a change done just for the sake of being different; especially since they removed the option to have it the other way.
Open the command pallette ( ctrl + shift + p on Windows. I think it’s shift + command + p on mac?), type Settings and then click on this: .
(Typing settings.json and then pressing on Enter has the same effect.)
You can add them at the bottom of the file, on the last lines.
Omg Thank you!
Cursor said that I had the latest version which wasn’t true even with the attempt update.
I went to https://cursorhistory.com/ to get the Latest download 0.48.6.
and I wrote “workbench.activityBar.orientation”: “vertical”
like you said in Open User Settings (JSON) and it worked.
If I had “workbench.activityBar.location”: “top” in there in the settings it didn’t work, so if anyone else have that problem on mac like I had, then don’t use that and only use “workbench.activityBar.orientation”: “vertical”,.
Much obliged!
Glad it worked. I am currently fighting to update cursor on my other laptop, too. It’s stuck at 0.47.8, but I’ll find a way to convince it.