Skip to content

MarkdownString: ThemeIcon doesn't render in <a> without href #152170

@YXL76

Description

@YXL76

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.68.0
  • OS Version: Linux x64 5.18.3-zen1-1-zen

Steps to Reproduce:

  1. This code display nothing.
const md = new MarkdownString("", true);
md.supportHtml = true;
md.value = `<a>$(sync)</a>`;
createStatusBarItem().tooltip = md;

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions