Fix conflict state (was broken by merge conflict) (#25354)

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin
2025-02-24 10:52:42 -07:00
committed by GitHub
parent fc8218d728
commit 6516249302
+3
View File
@@ -5472,6 +5472,9 @@ impl BackgroundScanner {
},
&(),
);
if status.is_conflicted() {
repository.current_merge_conflicts.insert(repo_path.clone());
}
if let Some(path) = project_path {
changed_paths.push(path);