Skip to content

Commit

Permalink
push workaround for #157904 (#158368)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Aug 17, 2022
1 parent 93005be commit 9759525
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/git/src/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,8 @@ export class Repository implements Disposable {

workspace.onDidChangeConfiguration(e => {
if (e.affectsConfiguration('git.mergeEditor')) {
this.mergeGroup.resourceStates = this.mergeGroup.resourceStates.map(r => r.clone());
// this.mergeGroup.resourceStates = this.mergeGroup.resourceStates.map(r => r.clone());
this.status();
}
}, undefined, this.disposables);

Expand Down

0 comments on commit 9759525

Please sign in to comment.