You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: