vscode 字体

177 阅读1分钟

www.msy.plus/2021/12/20/… www.jianshu.com/p/266b4fa2c… 主题插件:Noctis WechatIMG43.png

字体: 1.终端输入brew tap homebrew/cask-fonts 2.终端输入brew install --cask font-fira-code 3.vscode设置 ``` "editor.fontSize": 16, "editor.lineHeight": 22, "editor.fontFamily": "Fira Code", "editor.fontLigatures": true,