We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
${+new Date}
From @mateusz96 on December 10, 2016 11:51
After using $ {+ new Date} vs stops code syntax highlighting
$ {+ new Date}
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
The text was updated successfully, but these errors were encountered:
98ab3ba
No branches or pull requests
From @mateusz96 on December 10, 2016 11:51
After using
$ {+ new Date}
vs stops code syntax highlightingI give a code to test
Copied from original issue: microsoft/vscode#17015
The text was updated successfully, but these errors were encountered: