mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 05:21:08 +01:00
Show document link tooltip first and put click instructions in parens
Fixes #76077 This change also update our standard link hovers to follow this format
This commit is contained in:
@@ -39,7 +39,7 @@ function parseLink(
|
||||
|
||||
return {
|
||||
uri: OpenDocumentLinkCommand.createCommandUri(resourcePath, tempUri.fragment),
|
||||
tooltip: localize('documentLink.tooltip', 'follow link')
|
||||
tooltip: localize('documentLink.tooltip', 'Follow link')
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user