Visual Studio Code change font size for file explorer tray?

前端 未结 10 1948
青春惊慌失措
青春惊慌失措 2021-01-31 01:11

How do I change the font size for the file explorer in Visual Studio Code? There is not an option in the settings.json file.

10条回答
  •  半阙折子戏
    2021-01-31 01:33

    The decent way to do is to edit the "window.zoomLevel": 0, It changes everything on the screen from Project Explorer to your Font.

    Also, You can customize only the font by "editor.fontSize": 15

    P.S 15px is my personal choice.

提交回复
热议问题