Visual Studio modifying code when running debugger, replacing == with a space in the middle

26 Views Asked by At

Writing a Jinja template as part of a project in visual studio, and every few minutes, everywhere that I have a == b magically changes to a= =b which results in an error, and I have to correct it throughout the file. Why might this happen?

0

There are 0 best solutions below