Cleanup in ExtHostExtensionService

This commit is contained in:
Alex Dima
2017-08-15 16:02:47 +02:00
parent f330bea3f5
commit 04b6de7655
6 changed files with 362 additions and 402 deletions

View File

@@ -60,7 +60,7 @@ export class ExtensionHostMain {
}
public start(): TPromise<void> {
return this._extensionService.onReady()
return this._extensionService.onExtensionAPIReady()
.then(() => this.handleEagerExtensions())
.then(() => this.handleExtensionTests());
}