File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments