Skip to content
New issue

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

VSCode Settings Problem on macOS #180

Open
czorkol opened this issue Jan 8, 2024 · 3 comments
Open

VSCode Settings Problem on macOS #180

czorkol opened this issue Jan 8, 2024 · 3 comments

Comments

@czorkol
Copy link

czorkol commented Jan 8, 2024

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
Copy link

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
Copy link

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
Copy link
Collaborator

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

3 participants