githubnext / monaspace

An innovative superfamily of fonts for code
https://monaspace.githubnext.com
SIL Open Font License 1.1
13.14k stars 219 forks source link

VSCode Settings Problem on macOS #180

Open czorkol opened 5 months ago

czorkol commented 5 months ago

My settings.json file:

"editor.fontLigatures": "'calt', 'liga', 'dlig', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08'", "editor.fontFamily": "'Monaspace Argon'"

I read your Readme markdown but i didn't see any ligatures styles in my visual studio code. 😒

Screenshot 2024-01-08 at 18 23 36

How can i resolve this problem?

ChenZhouUC commented 4 months ago

I met a similar but not the same prob. My settings:

"editor.fontFamily": "'Monaspace Neon', monospace",
"editor.fontLigatures": "'calt', 'liga', 'dlig', 'ss06'",

However, I got nearly all the ligatures: Untitled Is there sth wrong with my settings?
MacOS Sonoma 14.3 + VSCode 1.86.2 (Universal)

ChenZhouUC commented 4 months ago

I met a similar but not the same prob. My settings:

"editor.fontFamily": "'Monaspace Neon', monospace",
"editor.fontLigatures": "'calt', 'liga', 'dlig', 'ss06'",

However, I got nearly all the ligatures: Untitled Is there sth wrong with my settings? MacOS Sonoma 14.3 + VSCode 1.86.2 (Universal)

Seems solved by removing the option for discretionary ligatures:

"editor.fontFamily": "'Monaspace Neon', monospace",
"editor.fontLigatures": "'calt', 'liga', 'ss06'",

It showed exactly what I wanted: Untitled 2

heathercran commented 1 month ago

@czorkol is this still an issue with the latest updated fonts? You'll need to add ss09 to your settings to have all ligatures enabled.