Remove yellow rectangles when Russian in VSCode

1.3k views Asked by At

I have yellow rectangles around Russian letters in VSCode when write e.g. Python code. How to remove this?

screenshot

1

There are 1 answers

0
Dmitry On

I've added to settings.json "editor.unicodeHighlight.ambiguousCharacters": false. And yellow rectangles've disappeared