Open adusamr opened 3 days ago
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
test.md
ABC DEF
defaultSettings.json is like this:
{ "editor.unicodeHighlight.ambiguousCharacters": true, "editor.unicodeHighlight.invisibleCharacters": true, "[markdown]": { "editor.unicodeHighlight.ambiguousCharacters": false, "editor.unicodeHighlight.invisibleCharacters": false, } }
ABCDEF are ambiguous characters and the space is invisible character. So in .md file, ABC DEF should not be highlighted.
ABCDEF
I posted another issue https://github.com/microsoft/vscode/issues/233505#issue-2646638314 regarding overwriting these settings in user settings. I don't know it is relating to this issue.
related #231224
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 spaceABC DEF
should not be highlighted.I posted another issue https://github.com/microsoft/vscode/issues/233505#issue-2646638314 regarding overwriting these settings in user settings. I don't know it is relating to this issue.