We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. 😒
How can i resolve this problem?
The text was updated successfully, but these errors were encountered:
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: Is there sth wrong with my settings? MacOS Sonoma 14.3 + VSCode 1.86.2 (Universal)
MacOS Sonoma 14.3 + VSCode 1.86.2 (Universal)
Sorry, something went wrong.
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: 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:
@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.
ss09
No branches or pull requests
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. 😒
How can i resolve this problem?
The text was updated successfully, but these errors were encountered: