提交 accd32a1 编写于 作者: S Sandeep Somavarapu

Code review feedback and remove double click command

上级 3f86ddfa
......@@ -6201,7 +6201,7 @@ declare module 'vscode' {
/**
* Currently selected elements.
*/
readonly selection: ReadonlyArray<T>;
readonly selection: T[];
/**
* Event that is fired when the [selection](#TreeView.selection) has changed
......@@ -6304,15 +6304,10 @@ declare module 'vscode' {
tooltip?: string | undefined;
/**
* The [command](#Command) that should run when the user selects the tree item.
* The [command](#Command) that should be executed when the tree item is selected.
*/
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.
先完成此消息的编辑!
想要评论请 注册