Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax highlight for template literals in JavaScript/TypeScript stopped working after the update to 1.7.1 #15353

Closed
peterliapin opened this issue Nov 11, 2016 · 1 comment

Comments

@peterliapin
Copy link

peterliapin commented Nov 11, 2016

  • VSCode Version: Code 1.7.1 (02611b4, 2016-11-03T13:53:14.822Z)
  • OS Version: Windows_NT ia32 10.0.14393
  • Extensions:
Extension Author Version
vscode-mocha Compulim 0.1.1

Steps to Reproduce:

  1. Use any literal template in you js/ts code. For instance: var i = 0; var text = `Number = ${i}`;
  2. 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 =");
@aeschli
Copy link
Contributor

aeschli commented Nov 11, 2016

duplicate of #13166

@aeschli aeschli closed this as completed Nov 11, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants