Microsoft/TypeScript
GitHub で見る`@` character in code block renders poorly in tooltip
Open
#49,273 opened on 2022年5月26日
BugDomain: JSDocHelp Wanted
Repository metrics
- Stars
- (48,455 stars)
- PR merge metrics
- (平均マージ 6d 17h) (30d で 9 merged PRs)
説明
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:
