Skip to content

Commit

Permalink
Add onStartupFinished plugin activation event
Browse files Browse the repository at this point in the history
  • Loading branch information
vinokurig committed Sep 18, 2020
1 parent 4739e26 commit d974eb0
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 @@ -217,6 +217,7 @@ export class HostedPluginSupport {
};
}
});
this.activateByEvent('onStartupFinished');
}

get plugins(): PluginMetadata[] {
Expand Down

0 comments on commit d974eb0

Please sign in to comment.