mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-28 09:35:41 -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),
|
GitUri.fromFileStatus(this.status, this.commit.repoPath),
|
||||||
{
|
{
|
||||||
commit: this.commit,
|
commit: this.commit,
|
||||||
|
line: 0,
|
||||||
showOptions: {
|
showOptions: {
|
||||||
preserveFocus: true,
|
preserveFocus: true,
|
||||||
preview: true
|
preview: true
|
||||||
|
|||||||
Reference in New Issue
Block a user