I don't know but maybe after last update of Visual Studio Code, when I copy string text from description from a task for example, its coming with all intersting whitespaces.How I can skip all whitespaces from a string in visual studio code => enter image description here
Asked
Active
Viewed 65 times
0
-
1Your answer is here https://stackoverflow.com/a/70293571/3807365 - Basically it is related to Unicode funny chars being highlighted. – IT goldman Jun 24 '22 at 15:12
-
1Does this answer your question? [Strange border - outline on greek characters since v1.63 VS Code](https://stackoverflow.com/questions/70290603/strange-border-outline-on-greek-characters-since-v1-63-vs-code) – kapsiR Jun 24 '22 at 17:29
-
TLDR; Search for "unicode highlight" in your settings and disable it if you don't want it (but make sure, the chars are the ones you meant ) – kapsiR Jun 24 '22 at 17:32
-
Yes, I found it, thank you! When I hold with a mouse on one of this bracket, it coming a window => 'The character U+00a0 is invisible. Adjust settings'. And when I click on 'Adjust settings' it comes other window => 'Configure Unicode Highlight Options', when there are two options => 'Exclude...' and 'Disable....'. So I choose Disable, and this bracket was in the past! – Tihomir Georgiev Jun 26 '22 at 12:09