我想在 VS Code 中使用 Fira Code 来启用字体连字。这是我在 settings.json 中的设置。请注意,我已经在 C:\Windows\Font 中安装了 Fira Code
"editor.formatOnSave": true,
"editor.fontSize": 14,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
Run Code Online (Sandbox Code Playgroud)
我的 VS Code 将字体更改为 Fira Code,我可以使用字体连字。但是,每次我重新启动笔记本电脑后,VS Code 中的 Fira 代码就消失了。我需要将 Fira Code 字体复制到 C:\Windows\Font 以在 VS Code 中再次启用 Fira Code。
有没有人有这个问题?如何解决?谢谢。