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

Fix #27747

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