BugDomain: JSDocHelp Wanted
仓库指标
- Star
- (48,455 star)
- PR 合并指标
- (平均合并 6天 17小时) (30 天内合并 9 个 PR)
描述
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.67.2 (Universal)
- OS Version: Darwin arm64 21.4.0
Steps to Reproduce:
When having this chunk of source code:
/**
* Description of CursorClass
*
* Example Usage:
*
* ````ts
* @IsCursor(CursorClass)
* cursor?: CursorClass | null;
* ````
*/
VSCode renders as this:

It should render as this:
