Open puppuccino opened 1 year ago
Works for me
works for me too:
I can see you have the comments in italics, Fira Code doesn't have the italics, so it algorithmically slants the Fira (it probably disables the font features like character variants or stylistic sets)
I can see you have the comments in italics, Fira Code doesn't have the italics, so it algorithmically slants the Fira (it probably disables the font features like character variants or stylistic sets)
okay
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": [
"comment",
],
"settings": {
"fontStyle": ""
}
}
]
}
Hi there. The cv20 option, which enables <= to be displayed as an arrow instead of leq, is not working for me. Reinstalling didn't solve the problem. I'm not using the letter spacing. Thanks.