From c024c58de1011ae6d98c39ca5985d7ee0668c117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Str=C3=B6mberg?= Date: Tue, 18 Jan 2022 16:18:48 +0100 Subject: [PATCH 1/2] Configure away highlight of prompt uc-chars --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fcf60d83f..f6b9256cc 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,11 @@ "files.trimTrailingWhitespace": false, "editor.matchBrackets": "never", "editor.guides.indentation": false, - "editor.parameterHints.enabled": false + "editor.parameterHints.enabled": false, + "editor.unicodeHighlight.allowedCharacters": { + " ": true, + "꞉": true + } } }, "semanticTokenScopes": [ From 826c7f442e833137b61848e69d74a03a64fede78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Str=C3=B6mberg?= Date: Tue, 18 Jan 2022 16:29:51 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f08dde6..effbf0311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Changes to Calva. ## [Unreleased] - [Add custom commands from libraries](https://github.com/BetterThanTomorrow/calva/pull/1442) +- Workaround: [VS Code highlights characters in the output/REPL window prompt](https://github.com/BetterThanTomorrow/calva/pull/1475) ## [2.0.234] - 2022-01-16 - [Improve LSP startup feedback on status bar](https://github.com/BetterThanTomorrow/calva/pull/1454)