_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_