【发布时间】:2020-09-07 01:40:37
【问题描述】:
我想在 VS Code 中使用 Fira Code 来启用字体连字。这是我在 settings.json 中的设置。请注意,我已经在 C:\Windows\Font 中安装了 Fira Code
"editor.formatOnSave": true,
"editor.fontSize": 14,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
我的 VS Code 将字体更改为 Fira Code,我可以使用 Font Ligatures。但是,每次我重新启动笔记本电脑后,VS Code 中的 Fira Code 就消失了。我需要将 Fira Code 字体复制到 C:\Windows\Font 以在 VS Code 中再次启用 Fira Code。
有人有这个问题吗?如何解决?谢谢。
【问题讨论】:
标签: visual-studio-code fonts settings