美文网首页从Windows到Ubuntu/Deepin
解决Ubuntu19下VSCode字体显示不正常

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

作者: Saxon_323e | 来源:发表于2019-12-27 10:42 被阅读0次

    File => Prereference => Settings => Text Font

    如图:


    image.png

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

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

    相关文章

      网友评论

        本文标题:解决Ubuntu19下VSCode字体显示不正常

        本文链接:https://www.haomeiwen.com/subject/sfnroctx.html