From a02feb1b672f4f2426e8650802b1796e41bb82de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sun, 23 Jul 2023 14:47:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20disable=20ambiguousCharacters=20?= =?UTF-8?q?highlighting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a9ba228..fc0c5a1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { "julia.useRevise": true, "julia.persistentSession.enabled": true, - "editor.unicodeHighlight.ambiguousCharacters": false + "editor.unicodeHighlight.ambiguousCharacters": false, } \ No newline at end of file