Fix extension auto-install on first setup (#43078)
Release Notes: - N/A
This commit is contained in:
@@ -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(());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user