mirror of
https://github.com/Laurent2916/Diffusers.jl.git
synced 2024-11-09 15:02:02 +00:00
🔧 disable ambiguousCharacters highlighting
This commit is contained in:
parent
da6c9ca8ba
commit
a02feb1b67
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -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,
|
||||||
}
|
}
|
Loading…
Reference in a new issue