crates/project/src/git_store.rs 🔗
@@ -4999,6 +4999,7 @@ impl Repository {
if update.is_last_update {
self.snapshot.scan_id = update.scan_id;
}
+ self.clear_pending_ops(cx);
Ok(())
}
Jakub Konka created
Release Notes:
- N/A
crates/project/src/git_store.rs | 1 +
1 file changed, 1 insertion(+)
@@ -4999,6 +4999,7 @@ impl Repository {
if update.is_last_update {
self.snapshot.scan_id = update.scan_id;
}
+ self.clear_pending_ops(cx);
Ok(())
}