-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Bug description
In the VS Code Extension, for some unknown reason the extension ships with
"[quarto]": {
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.unicodeHighlight.invisibleCharacters": false
},
quarto/apps/vscode/package.json
Line 958 in faef822
"editor.unicodeHighlight.invisibleCharacters": false |
I git blamed my way back but they seem to be tied to the "great migration" commit which is not useful for gaining context about why this is set
0afac7b
I believe that "editor.unicodeHighlight.invisibleCharacters": false
is particularly harmful, as it prevents non-breaking spaces from being highlighted. I'd argue that if non-breaking spaces were highlighted, then this user would have been able to figure out their problem much faster:
posit-dev/air#381
Here are the docs for these two settings, I vote we remove the contributed configuration for both of these entirely:


This also aligns with my general principle that extensions should ship as minimal amount of contributed configuration as possible, because it will often just confuse users otherwise.
Steps to reproduce
No response
Actual behavior
No response
Expected behavior
No response
Your environment
No response