提交 addd944e 编写于 作者: C Christof Marti

Not implementing onDidSelectItem for now. (#45589)

上级 fa155b78
......@@ -1569,6 +1569,7 @@ declare module 'vscode' {
/**
* An optional function that is invoked whenever an item is selected.
* (Only honored when the picker does not allow multiple selections.)
*/
onDidSelectItem?(item: QuickPickItem | string): any;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册