question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ligatures not showing in VS Code

See original GitHub issue

Hello,

I successfully followed your tutorial on how to generate ligatures from the fonts, but when I installed them and finally got them running in VScode, the ligatures don’t show at all. There is only blank, empty space instead of the ligature.

Any idea why?

config:

   "editor.fontFamily": "Operator Mono Lig",
   "editor.fontWeight": "400",
   "editor.fontLigatures": true,

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ermikcommented, Jan 19, 2019

Ligatures did show for me, but triple-equal only shows if you add a 4th = sign — (===)= — the bracketed portion becomes a ligature. := doesn’t detect a ligature at all. Hopefully that helps?

0reactions
Elvanoscommented, Jan 27, 2019

Ok, I managed to get it working after stepping away from this project for a while.

I am not sure if something changed in the code or if I just had too old node version before, but it is all good now!

Read more comments on GitHub >

github_iconTop Results From Across the Web

I can't make ligatures work in VSCode. #836 - GitHub
It seems that Fira Code font just doesn't work. I think so because it is resemblant to the font, which appears in this...
Read more >
How do i setup font ligatures for Visual Studio Code?
Step #1: Install Fira Code. Step #2: Set the font in VSCode settings: "editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', ...
Read more >
How to Enable Font Ligatures in Visual Studio Code - IT Nota
Launch Visual Studio Code. · Press CTRL+, (or Cmd ⌘+, on macOS) to open Settings. · Under Settings, you can see and edit...
Read more >
Use of Font Ligatures in VS Code | Stacksjar
If your Font ligatures vscode not working then you must firstly check if you have installed the right fonts which support this Feature....
Read more >
Using Font Ligatures in VS Code - DEV Community 👩‍💻👨‍💻
To enable font ligatures in Visual Studio Code you will need to edit the settings.json file. To do this open the VS Code...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found