mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-16 17:25:40 -05:00
Adds blame and active line annotation support to git diff split view
Adds command (compare, copy sha/message, etc) support to git diff split view Fixes #41 - Toggle Blame annotations on compare files page
This commit is contained in:
@@ -39,7 +39,7 @@ export class CommitWithFileStatusQuickPickItem extends OpenFileCommandQuickPickI
|
||||
});
|
||||
|
||||
this.fileName = fileName;
|
||||
this.gitUri = GitUri.fromUri(Uri.file(path.resolve(commit.repoPath, fileName)));
|
||||
this.gitUri = new GitUri(Uri.file(path.resolve(commit.repoPath, fileName)));
|
||||
this.sha = commit.sha;
|
||||
this.status = status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user