Firacode: Font ligatures not working in vs code

Created on 13 Jun 2017  路  6Comments  路  Source: tonsky/FiraCode

check this issue -> #28598
working in other (Atom,Notepade) but not vscode

All 6 comments

Please go through troubleshooting section and see if you enabled everything that needs to be enabled

As described here, you should go to Visual Studio Code settings (the JSON settings file), and add the following line to its end (or edit existing if exists):

"editor.fontLigatures": true

Enable font ligatures in settings.json with this line:
"editor.fontLigatures": true
And remove accessibility support by:
"editor.accessibilitySupport": "off",

As described here, you should go to Visual Studio Code settings (the JSON settings file), and add the following line to its end (or edit existing if exists):

"editor.fontLigatures": true

I have the same settings but it does not works. (ubuntu)

I'm running the Insider version of VSCode and they're working fine.
Could you provide some more information so it would be easier to reproduce?

Enable font ligatures in settings.json with this line:
"editor.fontLigatures": true
And remove accessibility support by:
"editor.accessibilitySupport": "off",

thx dude

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Photonico picture Photonico  路  3Comments

ghivert picture ghivert  路  4Comments

ulope picture ulope  路  4Comments

alis0nc picture alis0nc  路  3Comments

tomByrer picture tomByrer  路  4Comments