Display of => and == operators in Viusal Studio 2022

Viewed 3364

In Visual Studio 2022, some operators like == and => are shown in a special way:

enter image description here

I'd rather turn that off but I haven't found a way to do it.

2 Answers

You can change from Cascadia Code to Cascadia Mono. This font doesn't support ligatures

As people in the comments have pointed out, the only way to get rid of the ligatures is to select a font that does not have it, like Consolas.

Related