Fira Code

    Fira code, Cascadia Code에서 화살표가 정상적으로 보이지 않을 때 (화살표가 안 먹혀요)

    Fira code를 적용하면 정상적으로 화살표가 바뀌어야 합니다. 그런데 안되는 경우가 있습니다. 그럴 때는 setting.json의 설정의 문제가 있어서 입니다. 바로 "editor.tokenColorCustomizations"의 textMateRules에서 "storage"를 건드렸을 확률이 높습니다. "editor.tokenColorCustomizations": { "textMateRules": [ { "scope": [ "comment", "entity.name.class", // class name "keyword", // import, "constant", // String, number, boolean, this, super // "storage", // String, let "storage..