Microsoft/TypeScript
Vedi su GitHub`@` character in code block renders poorly in tooltip
Open
#49.273 aperta il 26 mag 2022
BugDomain: JSDocHelp Wanted
Metriche repository
- Star
- (48.455 star)
- Metriche merge PR
- (Merge medio 6g 17h) (9 PR mergiate in 30 g)
Descrizione
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:
