Setting VS-Code Global Font Size
Every time, I install VSCode, I need to increase the default font size.
Hear’s a quick memo:
- Strat VSCode, Press Ctrl+Shift+P, open the command console.
- Search for JSON and choose Open Setting(JSON), this will display the global configuration file.
- Add the follow line:
"window.zoomLevel": 1
- Save the file, and you’re done!
Appendix:Location of the settings.json file:
- Windows:
C:\Users\xxx\AppData\Roaming\Code\User\settings.json
- Linux:
~/.config/Code/User/settings.json
