How to make Fira Code Stylistic Settings cv24 and cv31 work in VScode

288 Views Asked by At

In my settings.json I have the following lines.

"editor.fontFamily": "'Fira Code SemiBold'",
"editor.fontLigatures": "'cv24', 'cv31', 'zero', 'ss02', 'ss04', 'ss05', 'ss09', 'calt', 'liga'",

picture

All of the Stylistic Settings I have tried work except for cv24 and cv31 which are supposed to make /= look like , and make the parentheses rounder according to the Fira Code github. Does anyone know how to get these ligatures displaying correctly?

From reading about similar problems (e.g. here and here) I have added 'calt' to the list of settings, and I do not have "editor.letterSpacing" enabled. I also made sure I didn't have an old version of fira installed as mentioned here.

0

There are 0 best solutions below