系统相关
首页 > 系统相关> > 解决Vscode空格在ubuntu19.10极小问题

解决Vscode空格在ubuntu19.10极小问题

作者:互联网

1.安装新字体

https://github.com/tonsky/FiraCode

2.下载后解压后在disr文件夹中找到ttf文件夹,安装里面所有字体

3.打开Vscode的settings.json文件

// "editor.fontWeight": "bold"
    "editor.fontFamily": "'Fira Code'",
    "editor.fontLigatures": true,
    "editor.fontWeight": "600"

4.保存重启Vscode

标签:ubuntu19.10,Vscode,空格,fontWeight,文件夹,字体,editor,安装
来源: https://www.cnblogs.com/limengchun/p/12073482.html