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
This character ruined my day. I copied some code, including a regular expression, from VSCode into MSWord with the "Copy With Syntax Highlighting" option turned on. All spaces and tabs were replaced with character U+202F by VSCode. Pasted from Word back into VSCode and my code was broken.
The text was updated successfully, but these errors were encountered:
This character can go completely un-noticed, especially in a fixed-width font. https://util.unicode.org/UnicodeJsps/character.jsp?a=202F
Please add it to the default gremlins as follows:
"202f" : {
"description": "narrow no-break space",
"level": "warning"
}
Level could equally be "error".
This character ruined my day. I copied some code, including a regular expression, from VSCode into MSWord with the "Copy With Syntax Highlighting" option turned on. All spaces and tabs were replaced with character U+202F by VSCode. Pasted from Word back into VSCode and my code was broken.
The text was updated successfully, but these errors were encountered: