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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
From microsoft/vscode#63443
TS and JS Grammar Extension version: 0.0.46 / latest
Code
For the code:
({ a: () => { }, b: (/**/) => { }, });
a has the scope entity.name.function.ts while b does not. This results in different coloring:
a
entity.name.function.ts
b
The text was updated successfully, but these errors were encountered:
72cb5cd
Do you have to install the plugin to be able to use the fix in the future?
Sorry, something went wrong.
vscode picks the fixes on regular basis. (not sure about the frequency though)
any idea when this will be published?
It's already in VS Code 1.30
No branches or pull requests
From microsoft/vscode#63443
TS and JS Grammar Extension version: 0.0.46 / latest
Code
For the code:
a
has the scopeentity.name.function.ts
whileb
does not. This results in different coloring:The text was updated successfully, but these errors were encountered: