-
Notifications
You must be signed in to change notification settings - Fork 38.4k
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 succeededworkbench-hoverHover issues in the workbenchHover issues in the workbench
Milestone
Description
Similar to #121536, #121521, #125956
"workbench.colorCustomizations": {
"textLink.foreground": "#ffae00",
"textLink.activeForeground": "#00a2ff",
}- Create markdown hover for Tree View
// @ts-ignore
get tooltip() {
return new MarkdownString('[google](https://www.google.com)');
}- Hover over the link
- Link is not using
textLink.activeForeground
Reactions are currently unavailable
Metadata
Metadata
Assignees
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 succeededworkbench-hoverHover issues in the workbenchHover issues in the workbench