Hook up provider mechanism and add onClick

This commit is contained in:
Pine Wu
2016-09-30 16:38:56 -07:00
parent d03ea815b6
commit d8c0af7f6d
11 changed files with 112 additions and 69 deletions

View File

@@ -263,7 +263,7 @@ export abstract class ExtHostEditorsShape {
}
export abstract class ExtHostExplorersShape {
$provideTextDocumentContent(treeContentProviderId: string): vscode.ITree { throw ni(); };
$provideTreeContent(treeContentProviderId: string): TPromise<string> { throw ni(); };
}
export abstract class ExtHostExtensionServiceShape {