cursor icon indicating copy to clipboard operation
cursor copied to clipboard

如何修改活动栏的位置?

Open LuoSK opened this issue 2 years ago • 1 comments

如何修改活动栏的位置呢?活动栏的位置在顶部,宽度有限,使用起来很不方便,我希望能和vscode一样放置在左右两侧 image

LuoSK avatar Apr 13 '23 03:04 LuoSK

same question and this not work

  "workbench.sideBar.location": "left",

Mr-Nobody-li avatar Apr 19 '23 03:04 Mr-Nobody-li

If you prefer the vertical activity bar, you can go to settings, set ‘workbench.activityBar.orientation’ to ‘vertical’, and restart Cursor. Then, you’ll see the vertical activity bar that you’re used to from VSC.

jakobFNF avatar Oct 20 '23 14:10 jakobFNF