How to change environment's font size?

后端 未结 19 1342
有刺的猬
有刺的猬 2020-11-30 18:03

Is there a way to change the environment font size in Visual Studio Code? Stuff like IntelliSense box, debug panel, file names, etc.

I know how to change the editor\

19条回答
  •  醉话见心
    2020-11-30 18:24

    Just copy "editor.fontSize": 18 into your setting.json of the editor.

    Pressing Control+Shift+P and then typing "settings" will allow you to easily find the user or workspace settings file.

提交回复
热议问题