Closed
Description
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.