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:
Matt Bierner
2019-06-25 16:38:38 -07:00
parent 52d5d26cc0
commit be41fd02a2
3 changed files with 14 additions and 14 deletions

View File

@@ -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')
};
}