mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
async loading children
This commit is contained in:
@@ -264,6 +264,7 @@ export abstract class ExtHostEditorsShape {
|
||||
|
||||
export abstract class ExtHostExplorersShape {
|
||||
$provideTreeContent(treeContentProviderId: string): TPromise<string> { throw ni(); };
|
||||
$resolveChildren(treeContentProviderId: string, node: vscode.ITreeNode): TPromise<string> { throw ni(); }
|
||||
}
|
||||
|
||||
export abstract class ExtHostExtensionServiceShape {
|
||||
|
||||
Reference in New Issue
Block a user