How to change environment's font size?

后端 未结 19 1311
有刺的猬
有刺的猬 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:09

    1. Open VS Code
    2. Type command CTRL + SHFT + P
    3. Type Settings
    4. Settings file will open.
    5. Now under User > Text Editor > Font, find Font Size
    6. Enter your desired font size

    That's it.

提交回复
热议问题