提交 53d33caf 编写于 作者: M Matt Bierner

Note that document link auto-includes instructions for tooltip

For https://github.com/microsoft/vscode/issues/74311#issuecomment-497127291
上级 c62a6aa3
......@@ -1442,6 +1442,10 @@ declare module 'vscode' {
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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册