Fira 코드 또는 Cascadia 코드의 화살표가 정상적으로 표시되지 않는 경우(화살표가 작동하지 않음)
Fira 코드를 적용하면 화살표가 정상적으로 변경되어야 합니다. 하지만 그렇지 않은 경우도 있습니다. 이 경우 setting.json 설정에 문제가 있습니다. editor.tokenColorCustomizations의 textMateRules에서 “memory”를 건드렸을 가능성이 큽니다. “editor.tokenColorCustomizations”: { “textMateRules”: ( { “scope”: ( “comment”, “entity.name.class”, // class name “keyword”, // import, “constant”, // String, number, boolean, this, super // “storage”, // String, let “storage.modifier”, // static words … Read more