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

Some font ligature not rendered properly on vscode #110

Closed
hi-reeve opened this issue Jun 14, 2023 · 5 comments
Closed

Some font ligature not rendered properly on vscode #110

hi-reeve opened this issue Jun 14, 2023 · 5 comments
Labels
no wrong with font There is no wrong in font file

Comments

@hi-reeve
Copy link

thankyou for this beautiful font, but on my vscode i did not see this change when i enable the ligature.
im using macos venture 13.4

image

@TheLastZombie
Copy link

TheLastZombie commented Jun 14, 2023

Make sure to enable ligatures in VS Code's settings:

  1. Click on View > Command Palette or press Ctrl+Shift+P
  2. Search for and click on Preferences: Open User Settings (JSON)

You can now either enable the default set of ligatures by adding:

"editor.fontLigatures": true,

Or specify which ones you want by consulting this image. For example, if you only want to enable the alternative lowercase i and a, you'd add:

"editor.fontLigatures": "'cv02', 'cv03'",

Note that ligatures aren't supported in the in-built terminal window yet.

@hi-reeve
Copy link
Author

Make sure to enable ligatures in VS Code's settings:

  1. Click on View > Command Palette or press Ctrl+Shift+P
  2. Search for and click on Preferences: Open User Settings (JSON)

You can now either enable the default set of ligatures by adding:

"editor.fontLigatures": true,

Or specify which ones you want by consulting this image. For example, if you only want to enable the alternative lowercase i and a, you'd add:

"editor.fontLigatures": "'cv02', 'cv03'",

i've set this to true, here's another screenshot
the arrow is working, but the === is not working

image

@TheLastZombie
Copy link

Seems like the === ligature isn't enabled by default. Try using the second method instead, so that instead of this:

image

You have something like this:

image

@subframe7536
Copy link
Owner

@hi-reeve you can see more info at pinned issue

@hi-reeve
Copy link
Author

@hi-reeve you can see more info at pinned issue

ah i miss that one, thankyou

Seems like the === ligature isn't enabled by default. Try using the second method instead, so that instead of this:

image

You have something like this:

image

thanks!

@subframe7536 subframe7536 added the no wrong with font There is no wrong in font file label Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no wrong with font There is no wrong in font file
Projects
None yet
Development

No branches or pull requests

3 participants