提交 3f86ddfa 编写于 作者: S Sandeep Somavarapu

Introduce double click command

上级 dae08ecc
......@@ -6304,10 +6304,15 @@ declare module 'vscode' {
tooltip?: string | undefined;
/**
* The [command](#Command) which should be run when the tree item is selected.
* The [command](#Command) that should run when the user selects the tree item.
*/
command?: Command;
/**
* The [command](#Command) that should run when the user double clicks on the tree item.
*/
doubleClickCommand?: Command;
/**
* [TreeItemCollapsibleState](#TreeItemCollapsibleState) of the tree item.
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册