提交 351c3118 编写于 作者: M Matt Bierner

Finalize documentLink.tooltip

Fixes #74336
上级 706139c6
......@@ -3544,6 +3544,15 @@ declare module 'vscode' {
*/
target?: Uri;
/**
* The tooltip text when you hover over this link.
*
* If a tooltip is provided, is will be displayed in a string that includes instructions on how to
* trigger the link, such as `cmd + click to {0}`. The specific instructions vary depending on OS,
* user settings, and localization.
*/
tooltip?: string;
/**
* Creates a new document link.
*
......
......@@ -1417,22 +1417,6 @@ declare module 'vscode' {
//#endregion
//#region DocumentLink tooltip mjbvz
interface DocumentLink {
/**
* The tooltip text when you hover over this link.
*
* If a tooltip is provided, is will be displayed in a string that includes instructions on how to
* trigger the link, such as `cmd + click to {0}`. The specific instructions vary depending on OS,
* user settings, and localization.
*/
tooltip?: string;
}
// #endregion
// #region Ben - status bar item with ID and Name
export namespace window {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册