mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-14 01:25:43 -05:00
Sets line to avoid diff jumping
This commit is contained in:
@@ -33,6 +33,7 @@ export class CommitFileNode extends ExplorerNode {
|
||||
GitUri.fromFileStatus(this.status, this.commit.repoPath),
|
||||
{
|
||||
commit: this.commit,
|
||||
line: 0,
|
||||
showOptions: {
|
||||
preserveFocus: true,
|
||||
preview: true
|
||||
|
||||
Reference in New Issue
Block a user