mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-20 09:45:36 -05:00
Fixes issue with file history working tree compare
Would occur when the filename had changed
This commit is contained in:
@@ -76,7 +76,7 @@ export default class ShowQuickFileHistoryCommand extends EditorCommand {
|
||||
}
|
||||
|
||||
if (command) {
|
||||
return commands.executeCommand(command, commit.uri, commit);
|
||||
return commands.executeCommand(command, uri, commit);
|
||||
}
|
||||
}
|
||||
catch (ex) {
|
||||
|
||||
Reference in New Issue
Block a user