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

Depreciated warning in the wrong place #117745

Closed
thebinarysearchtree opened this issue Feb 26, 2021 · 2 comments
Closed

Depreciated warning in the wrong place #117745

thebinarysearchtree opened this issue Feb 26, 2021 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) javascript JavaScript support issues

Comments

@thebinarysearchtree
Copy link
Contributor

thebinarysearchtree commented Feb 26, 2021

When writing javascript, vscode will put a strike through depreciated words found in object literal property declarations such as const p = { name until the colon is added. This seems like it is checking in the wrong place for this type of error as there are no depreciated words in this context.

@gjsjohnmurray
Copy link
Contributor

See #114725 for information and links

@mjbvz
Copy link
Contributor

mjbvz commented Feb 26, 2021

Duplicate of microsoft/TypeScript#18433

@mjbvz mjbvz marked this as a duplicate of microsoft/TypeScript#18433 Feb 26, 2021
@mjbvz mjbvz closed this as completed Feb 26, 2021
@mjbvz mjbvz added *duplicate Issue identified as a duplicate of another issue(s) javascript JavaScript support issues labels Feb 26, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) javascript JavaScript support issues
Projects
None yet
Development

No branches or pull requests

3 participants