Fix conflict state (was broken by merge conflict) (#25354)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
fc8218d728
commit
6516249302
1 changed files with 3 additions and 0 deletions
|
@ -5472,6 +5472,9 @@ impl BackgroundScanner {
|
||||||
},
|
},
|
||||||
&(),
|
&(),
|
||||||
);
|
);
|
||||||
|
if status.is_conflicted() {
|
||||||
|
repository.current_merge_conflicts.insert(repo_path.clone());
|
||||||
|
}
|
||||||
|
|
||||||
if let Some(path) = project_path {
|
if let Some(path) = project_path {
|
||||||
changed_paths.push(path);
|
changed_paths.push(path);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue