We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395ce44 commit bc9c7c1Copy full SHA for bc9c7c1
extensions/git/src/actionButton.ts
@@ -203,7 +203,7 @@ export class ActionButtonCommand {
203
this.state = {
204
...this.state,
205
HEAD: this.repository.HEAD,
206
- isMergeInProgress: this.repository.mergeInProgress,
+ isMergeInProgress: this.repository.mergeGroup.resourceStates.length !== 0,
207
isRebaseInProgress: !!this.repository.rebaseCommit,
208
repositoryHasChangesToCommit: this.repositoryHasChangesToCommit()
209
};
0 commit comments