解决Ubuntu19下VSCode字体显示不正常
2019-12-27 本文已影响0人
Saxon_323e
File => Prereference => Settings => Text Font
如图:
image.png
将font-size改成14或16
Settings.json
{
"terminal.integrated.fontFamily": "monospace",
"editor.fontFamily": "monospace",
"workbench.startupEditor": "newUntitledFile"
}