diff --git a/crates/extension_host/src/extension_host.rs b/crates/extension_host/src/extension_host.rs index 2c99acbc7f4028598ab110c54d7f0cb4714d2c67..bf28ee1acd29337f21cf290e886a353b943d3ac6 100644 --- a/crates/extension_host/src/extension_host.rs +++ b/crates/extension_host/src/extension_host.rs @@ -1128,6 +1128,7 @@ impl ExtensionStore { } if extensions_to_load.is_empty() && extensions_to_unload.is_empty() { + self.reload_complete_senders.clear(); return Task::ready(()); }