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