|
|
@ -89,6 +89,7 @@ |
|
|
|
"onCommand:gitlens.showSettingsPage#worktrees-view", |
|
|
|
"onCommand:gitlens.showWelcomePage", |
|
|
|
"onCommand:gitlens.showBranchesView", |
|
|
|
"onCommand:gitlens.showCommitDetailsView", |
|
|
|
"onCommand:gitlens.showCommitsView", |
|
|
|
"onCommand:gitlens.showContributorsView", |
|
|
|
"onCommand:gitlens.showFileHistoryView", |
|
|
@ -100,7 +101,6 @@ |
|
|
|
"onCommand:gitlens.showStashesView", |
|
|
|
"onCommand:gitlens.showTagsView", |
|
|
|
"onCommand:gitlens.showTimelineView", |
|
|
|
"onCommand:gitlens.showCommitDetailsView", |
|
|
|
"onCommand:gitlens.showWorktreesView", |
|
|
|
"onCommand:gitlens.compareWith", |
|
|
|
"onCommand:gitlens.compareHeadWith", |
|
|
@ -3886,6 +3886,11 @@ |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showCommitDetailsView", |
|
|
|
"title": "Show Commit Details View", |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showCommitsView", |
|
|
|
"title": "Show Commits View", |
|
|
|
"category": "GitLens" |
|
|
@ -3941,11 +3946,6 @@ |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showCommitDetailsView", |
|
|
|
"title": "Show Commit Details View", |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showWorktreesView", |
|
|
|
"title": "Show Worktrees View", |
|
|
|
"category": "GitLens" |
|
|
@ -6201,6 +6201,10 @@ |
|
|
|
"when": "gitlens:enabled" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showCommitDetailsView", |
|
|
|
"when": "gitlens:enabled" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showCommitsView", |
|
|
|
"when": "gitlens:enabled" |
|
|
|
}, |
|
|
@ -6245,10 +6249,6 @@ |
|
|
|
"when": "gitlens:enabled" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showCommitDetailsView", |
|
|
|
"when": "gitlens:enabled" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showWorktreesView", |
|
|
|
"when": "gitlens:enabled && !gitlens:hasVirtualFolders" |
|
|
|
}, |
|
|
|