Skip to content

Commit

Permalink
Add onStartupFinished plugin activation event
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Vinokur <ivinokur@redhat.com>
  • Loading branch information
vinokurig committed Sep 29, 2020
1 parent 767f14d commit 7e7d0cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-ext/src/hosted/browser/hosted-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ export class HostedPluginSupport {
})());
}
await Promise.all(thenable);
await this.activateByEvent('onStartupFinished');
if (toDisconnect.disposed) {
return;
}
Expand Down

0 comments on commit 7e7d0cd

Please sign in to comment.