Ligatures not showing in VS Code
See original GitHub issueHello,
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:
- Created 5 years ago
- Reactions:1
- Comments:8 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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?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!