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
From microsoft/vscode#58810
TS and JS Grammar Extension version: 0.0.45 / latest
Code
switch (0) // discard and renew state per mode { }
The comment is currently scoped as switch-statement.expr.tsx instead of as a comment
switch-statement.expr.tsx
The text was updated successfully, but these errors were encountered:
This is probably related to this:
a comment following the last member in an object declaration with key=value abbreviation syntax lets the last member be unscoped.
Sorry, something went wrong.
c3f5259
Fixes shorthand property assignment followed by comment
f9a48b7
Fixes #666
No branches or pull requests
From microsoft/vscode#58810
TS and JS Grammar Extension version: 0.0.45 / latest
Code
The comment is currently scoped as
switch-statement.expr.tsx
instead of as a commentThe text was updated successfully, but these errors were encountered: