Home

FiraCode 使用在 Vscode 的问题

如果你使用官方的办法

https://github.com/tonsky/FiraCode/wiki/VS-Code-Instructions

成功, 将箭头改变了, 那就好了

如果无法

请到 https://github.com/tonsky/FiraCode/releases 下载 压缩

对应每个平台的系统字体应用, 将 下载的 字体文件夹 添加

比如: macOS

action

screen

记得把 Vscode 的配置 写好

    "editor.fontFamily":"'Fira Code', Source Code Pro",
    "editor.fontSize": 13,
    "editor.fontLigatures": true,