🔧 disable ambiguousCharacters highlighting

This commit is contained in:
Laureηt 2023-07-23 14:47:42 +02:00
parent da6c9ca8ba
commit a02feb1b67
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -1,5 +1,5 @@
{ {
"julia.useRevise": true, "julia.useRevise": true,
"julia.persistentSession.enabled": true, "julia.persistentSession.enabled": true,
"editor.unicodeHighlight.ambiguousCharacters": false "editor.unicodeHighlight.ambiguousCharacters": false,
} }