-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeededworkspace-trustTrusted workspacesTrusted workspaces
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.62.0-dev
- OS Version: Mac OS 12.1
Steps to Reproduce:
- Create a banner which uses a link.
this.bannerService.show({
id: 'test_id',
icon: CodiconUtil.bellDot,
message: new MarkdownString('**Test Message** [link](http://test/)'),
});Even though BannerService accepts a MarkdownString, the styling of links does not work as expected.
Note, this does not effect links provided within actions, just links defined within the markdown.
Metadata
Metadata
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeededworkspace-trustTrusted workspacesTrusted workspaces
