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
Use any literal template in you js/ts code. For instance: var i = 0; var text = `Number = ${i}`;
Before vscode 1.7.1 the ${i} would part of the template was highlighted as a normal js code, not it is not (looks like a plain text with the same color as text part "Number =");
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: