Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove yellow rectangles when Russian in VSCode [duplicate]

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

screenshot

like image 783
Dmitry Avatar asked Oct 24 '25 19:10

Dmitry


1 Answers

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

like image 72
Dmitry Avatar answered Oct 26 '25 07:10

Dmitry