Skip to content

Commit a10ecfa

Browse files
authored
Git - fix issue related to a renamed resource (microsoft#203529)
1 parent cd003c2 commit a10ecfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/git/src/historyProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export class GitHistoryProvider implements SourceControlHistoryProvider, FileDec
133133
historyItemChanges.push({
134134
uri: historyItemUri,
135135
originalUri: toGitUri(change.originalUri, historyItemParentId),
136-
modifiedUri: toGitUri(change.originalUri, historyItemId),
136+
modifiedUri: toGitUri(change.uri, historyItemId),
137137
renameUri: change.renameUri,
138138
});
139139

0 commit comments

Comments
 (0)