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
Upstream bug tracked at microsoft/vscode#15289
The last double quote get parsed as JavaScript double quote, so VSCode thought everything after it is a JavaScript string.
I just published a new version 0.1.1 including the fix.
However, this problem no longer exists on latest Insider (still repro on stable), so I guess they updated the JS grammar and fixed the problem. I'll look into it and see if I can also adopt that grammar.
produces this output
Removing the ? from the expression immediately fixes the highlighting after it.
The text was updated successfully, but these errors were encountered: