From 4905f7cc96cc4226e25df2c5bf12b5020a552be3 Mon Sep 17 00:00:00 2001 From: Alan Faubert Date: Tue, 21 Dec 2021 21:52:11 -0500 Subject: [PATCH] vscode: disable highlighting of ambiguous unicode characters --- vscode/config/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vscode/config/settings.json b/vscode/config/settings.json index 91ad73a..dd03b19 100644 --- a/vscode/config/settings.json +++ b/vscode/config/settings.json @@ -15,6 +15,7 @@ "editor.renderWhitespace": "boundary", "editor.scrollBeyondLastColumn": 0, "editor.tabSize": 2, + "editor.unicodeHighlight.ambiguousCharacters": false, "editor.wordWrap": "on", "eslint.validate": [ "html",