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.
2 parents 65e7b5f + dfc920b commit 8f2df76Copy full SHA for 8f2df76
extensions/git/src/repository.ts
@@ -2056,7 +2056,7 @@ export class Repository implements Disposable {
2056
this.setCountBadge();
2057
2058
// set mergeChanges context
2059
- commands.executeCommand('setContext', 'git.mergeChanges', merge.map(item => item.resourceUri.toString()));
+ commands.executeCommand('setContext', 'git.mergeChanges', merge.map(item => item.resourceUri));
2060
2061
this._onDidChangeStatus.fire();
2062
0 commit comments