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

No color javascript after ${+new Date} #381

Closed
aeschli opened this issue Dec 12, 2016 · 0 comments
Closed

No color javascript after ${+new Date} #381

aeschli opened this issue Dec 12, 2016 · 0 comments

Comments

@aeschli
Copy link

aeschli commented Dec 12, 2016

From @mateusz96 on December 10, 2016 11:51

  • VSCode Version: 1.7.2
  • OS Version: Win 10 Pro x64 - all latest updates

After using $ {+ new Date} vs stops code syntax highlighting

I give a code to test

class Foo{
  constructor(){

  }
  test(){
    return `/game.php?village=${source}&screen=main&ajaxaction=upgrade_building&type=main&h=${csrf_token}&&client_time=${+new Date}`
  }
  noColorSyntax(){
    
  }
}

Copied from original issue: microsoft/vscode#17015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant