Option to disable ligature for double or triple greater than/less than sign
Hi,
Can we have an option to disable the << or >> ligatures? In my case, I am using Typescript, and I often have a nested generic type, such as:
but the ligatures seem to join those last >> and >>> together so the individual > look different than the < and the syntax highlighting makes them all yellow, since I suppose VSCode sees them as a single character/ligature.
Thanks.
I’ll look into it, thanks for reporting!
Is there any update on this? I am encountering the same issue:
Also thanks for those who are working on it!
@tonsky I'm also facing this issue with >> and << in FiraCode. It merges into a single character, affecting syntax highlighting in VS Code.
System Details:
- OS: Debian 11
- Editor: VS Code (Latest)
- Font: FiraCode Nerd Font
-
"editor.fontLigatures": trueenabled
Any workarounds or planned fixes for this?
Thanks in advance.