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
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.74.2
OS Version: Ubuntu 22.04
Steps to Reproduce:
Write JSDocs with TypeScript decorators, like this:
/** * Here code example with TypeScript decorator: * * ```ts * import { Injectable } from '@angular/core'; * * @Injectable() * class MyService {} * ``` */letsome: any;
Incorrectly displays:
The text was updated successfully, but these errors were encountered:
KostyaTretyak
changed the title
VS Code trying parses JSDoc tags with @ symbol even in code examples
VS Code trying to parse JSDoc tags with @ symbol even in code examples
Dec 30, 2022
KostyaTretyak
changed the title
VS Code trying to parse JSDoc tags with @ symbol even in code examples
VS Code tries to parse JSDoc tags with @ symbol even in code examples
Dec 30, 2022
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: