Fix extension auto-install on first setup (#43078)

Release Notes:

- N/A
This commit is contained in:
localcc
2025-11-19 16:41:39 +00:00
committed by GitHub
parent f05eef58c4
commit 17c30565fc
@@ -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(());
}