Skip to content

Commit

Permalink
Fix conflict state (was broken by merge conflict)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Feb 21, 2025
1 parent c31c638 commit 49cf9b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/worktree/src/worktree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 49cf9b9

Please sign in to comment.