Skip to content

Markdown hover: links should use hover color #126752

@usernamehw

Description

@usernamehw

Similar to #121536, #121521, #125956

"workbench.colorCustomizations": {
	"textLink.foreground": "#ffae00",
	"textLink.activeForeground": "#00a2ff",
}
  1. Create markdown hover for Tree View
// @ts-ignore
get tooltip() {
	return new MarkdownString('[google](https://www.google.com)');
}
  1. Hover over the link
  2. Link is not using textLink.activeForeground

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersverifiedVerification succeededworkbench-hoverHover issues in the workbench

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions