mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Cleanup in ExtHostExtensionService
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user