Other

解决Ubuntu19下VSCode字体显示不正常

File => Prereference => Settings => Text Font

如图:

将font-size改成14或16
Settings.json

{
    "terminal.integrated.fontFamily": "monospace",
    "editor.fontFamily": "monospace",
    "workbench.startupEditor": "newUntitledFile"
}

留言

您的电子邮箱地址不会被公开。