Home > Back-end >  Fix issue With Vscode visual studio code: orange border box around character
Fix issue With Vscode visual studio code: orange border box around character

Time:12-14

When I type ا letter in arabic language it is surrounded with a colored border box in vscode

enter image description here

Any solution to this problem?

CodePudding user response:

Try disabling this setting (set to false):

Editor > Unicode Highlight: Non Basic ASCII

also see https://stackoverflow.com/a/70293571/836330 for more on the Unicode Highlighting options. And https://stackoverflow.com/a/70297896/836330 and https://github.com/microsoft/vscode/issues/138767.

Do you have an arabic language pack installed and is arabic your display language for vscode?

  • Related