VS Code customize sidebar

后端 未结 4 1281
夕颜
夕颜 2021-01-07 22:38

Is there any way to customize sidebar in VS Code? In particular, I want to change the font size. Is there a user setting for that? Or, maybe, I can edit it somehow via style

4条回答
  •  不知归路
    2021-01-07 22:54

    There are no user-defined stylesheets for vscode.

    The only ways to scale various parts of the UI currently are through the overall zoom level (window.zoomLevel) and the editor's font size (editor.fontSize).

    I created a feature request for this on the repo.

提交回复
热议问题