Skip to content

Commit 351c311

Browse files
committed
Finalize documentLink.tooltip
Fixes microsoft#74336
1 parent 706139c commit 351c311

2 files changed

Lines changed: 9 additions & 16 deletions

File tree

src/vs/vscode.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3544,6 +3544,15 @@ declare module 'vscode' {
35443544
*/
35453545
target?: Uri;
35463546

3547+
/**
3548+
* The tooltip text when you hover over this link.
3549+
*
3550+
* If a tooltip is provided, is will be displayed in a string that includes instructions on how to
3551+
* trigger the link, such as `cmd + click to {0}`. The specific instructions vary depending on OS,
3552+
* user settings, and localization.
3553+
*/
3554+
tooltip?: string;
3555+
35473556
/**
35483557
* Creates a new document link.
35493558
*

src/vs/vscode.proposed.d.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1417,22 +1417,6 @@ declare module 'vscode' {
14171417

14181418
//#endregion
14191419

1420-
//#region DocumentLink tooltip mjbvz
1421-
1422-
interface DocumentLink {
1423-
/**
1424-
* The tooltip text when you hover over this link.
1425-
*
1426-
* If a tooltip is provided, is will be displayed in a string that includes instructions on how to
1427-
* trigger the link, such as `cmd + click to {0}`. The specific instructions vary depending on OS,
1428-
* user settings, and localization.
1429-
*/
1430-
tooltip?: string;
1431-
}
1432-
1433-
// #endregion
1434-
1435-
14361420
// #region Ben - status bar item with ID and Name
14371421

14381422
export namespace window {

0 commit comments

Comments
 (0)