提交 4bb8312b 编写于 作者: J Johannes Rieken

debt - use nicer syntax for optional methods

上级 68367339
......@@ -1399,7 +1399,7 @@ declare module 'vscode' {
/**
* An optional function that is invoked whenever an item is selected.
*/
onDidSelectItem?: <T extends QuickPickItem>(item: T | string) => any;
onDidSelectItem?<T extends QuickPickItem>(item: T | string): any;
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册