Open
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.67.0-insider (commit: f050b17)
- OS Version: Windows 11
Steps to Reproduce:
- Open a TypeScript file in VSCode
- Create a variable or type and add a JSDoc comment
- Inside the JSDoc comment, add a fenced code block for the TypeScript language (i.e.,
```ts
) - Inside the fenced code block add
@decorator class C {}
- Bring up the quick info/hover for the documented element.
- Observe that in the documentation, the decorator is rendered as
*@decorator*
.
NOTE: This occurs regardless as to whether the @example
tag is used, as the problem always occurs when using a fenced code block.