Skip to content

Commit 9a7a367

Browse files
committed
Notify plugin watcher after deployment changes
Restore the onDidDeploy() dorwarding lost in the refactoring for headless plugins. Signed-off-by: Christian W. Damus <[email protected]>
1 parent 1a64bb6 commit 9a7a367

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/plugin-ext/src/hosted/browser/hosted-plugin.ts

+1
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ export class HostedPluginSupport extends AbstractHostedPluginSupport<PluginManag
240240
}
241241

242242
protected override afterStart(): void {
243+
this.watcher.onDidDeploy(() => this.load());
243244
this.server.onDidOpenConnection(() => this.load());
244245
}
245246

0 commit comments

Comments
 (0)