Activity Bar width in Visual Studio Code

后端 未结 5 1818
长发绾君心
长发绾君心 2021-02-03 23:01

Is there a way to selectively change the width of the Activity Bar in VSCode (v. 1.14)? I have a 1366×768 screen where every pixel counts, so I would like to make this bar narro

5条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-03 23:18

    Not solving your exact question but another good solution...

    • Install the Customize UI extension.
    • In your settings.json add "workbench.useExperimentalGridLayout": true,.
    • In Settings (UI) go to the Customize UI settings and set Activity Bar to "bottom".
    • Completely close VSCode and reopen.

提交回复
热议问题