You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: