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

How to enable ligatures in vscode #57

Closed
Liqiankun opened this issue Aug 20, 2020 · 3 comments
Closed

How to enable ligatures in vscode #57

Liqiankun opened this issue Aug 20, 2020 · 3 comments

Comments

@Liqiankun
Copy link

I downloaded Inconsolata from google font.
截屏2020-08-20 21 30 54
Here is my vscode settings.json file.

{
  "editor.fontFamily": "Inconsolata",
  "editor.fontSize": 14,
  "editor.fontLigatures": true,
}

截屏2020-08-20 21 29 38

@hd719
Copy link

hd719 commented Aug 20, 2020

Not sure what's going on in the 3.0.0 release, but download the font (v2.012) here (Inconsolata-Regular.ttf)

If you use vscode in this file

/settings.json

  "editor.fontFamily": "Inconsolata",
  "editor.fontLigatures": true,

@Liqiankun
Copy link
Author

Liqiankun commented Aug 20, 2020

@hd719 I tried it out. I got two projects with the same settings.
One is working
截屏2020-08-21 05 52 23
Another is still the same
截屏2020-08-21 05 52 39

@Liqiankun
Copy link
Author

Liqiankun commented Aug 20, 2020

My bad! Reopen the project. It works.

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

No branches or pull requests

2 participants