mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-02 09:35:41 -05:00
Adds new command to show quick commit info
This commit is contained in:
@@ -31,10 +31,12 @@ export class FileQuickPickItem implements QuickPickItem {
|
||||
label: string;
|
||||
description: string;
|
||||
detail: string;
|
||||
sha: string;
|
||||
uri: GitUri;
|
||||
|
||||
constructor(commit: GitCommit, public fileName: string) {
|
||||
this.label = fileName;
|
||||
this.sha = commit.sha;
|
||||
this.uri = GitUri.fromUri(Uri.file(path.resolve(commit.repoPath, fileName)));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user