editor.unicodeHighlight.ambiguousCharacters and editor.unicodeHighlight.invisibleCharacters do not correctly work only when opening VSCode #233503
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
test.md
(they are not usual ASCII characters)test.md
ABC DEF
is highlightedtest.md
ABC DEF
highlight disappearsdefaultSettings.json is like this:
ABCDEF
are ambiguous characters and the spaceSo in .md file,
ABC DEF
should not be highlighted.I posted another issue microsoft/vscode-docs#7773 regarding overwriting these settings in user settings. I don't know it is relating to this issue.
The text was updated successfully, but these errors were encountered: