You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adusamr
changed the title
editor.unicodeHighlight.ambiguousCharacters and editor.unicodeHighlight.invisibleCharacters does not correctly work only when opening VSCode
editor.unicodeHighlight.ambiguousCharacters and editor.unicodeHighlight.invisibleCharacters do not correctly work only when opening VSCode
Nov 9, 2024
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: