提交 5e627074 编写于 作者: S Sandeep Somavarapu

Fix #27512

上级 18d23474
......@@ -44,7 +44,7 @@ declare module 'vscode' {
* @param element The element from which the provider gets children for.
* @return Children of `element` or root.
*/
getChildren(element?: T): T[] | Thenable<T[]>;
getChildren(element?: T): ProviderResult<T[]>;
}
export interface TreeItem {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册