Skip to content

Commit 53d33ca

Browse files
committed
Note that document link auto-includes instructions for tooltip
For microsoft#74311 (comment)
1 parent c62a6aa commit 53d33ca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/vs/vscode.proposed.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,6 +1442,10 @@ declare module 'vscode' {
14421442
interface DocumentLink {
14431443
/**
14441444
* The tooltip text when you hover over this link.
1445+
*
1446+
* If a tooltip is provided, is will be displayed in a string that includes instructions on how to
1447+
* trigger the link, such as `cmd + click to {0}`. The specific instructions vary depending on OS,
1448+
* user settings, and localization.
14451449
*/
14461450
tooltip?: string;
14471451
}

0 commit comments

Comments
 (0)