3

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

screenshot

Dmitry
  • 101
  • 6

1 Answers1

2

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

Dmitry
  • 101
  • 6