vscode字体设置英文
时间: 2023-05-30 09:02:11 浏览: 71
vscode-setting
To change the font in VSCode, follow these steps:
1. Open VSCode
2. Click on "File" in the top menu bar
3. Click on "Preferences"
4. Click on "Settings"
5. In the search bar, type "font"
6. Under "Editor: Font Family", click on "Edit in settings.json"
7. In the settings.json file, add the following line:
"editor.fontFamily": "Font Name"
Replace "Font Name" with the name of the font you want to use.
8. Save the file and close it.
Your font should now be changed in VSCode.
阅读全文