monaspace
monaspace copied to clipboard
Texture healing makes "0" too narrow when typing ".0.0" in VSCode
In VSCode 1.84.2 with these settings
"editor.fontFamily": "'Monaspace Neon', monospace",
"editor.fontSize": 12,
"editor.fontWeight": "450",
"editor.fontLigatures": true,
The texture healing produces a wider-than-necessary "0" when typing ".0.0"
Disabling editor.fontLigatures fixes it
It's actually the opposite: the left zero in .0.0 is the correct width, but the right one (in both .0.0 and 0.0) is too narrow because it fails to expand to the right. See https://github.com/githubnext/monaspace/issues/49#issuecomment-1807197159.
Fixed in 1.2