|
|
@ -5370,6 +5370,12 @@ |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.home.refresh", |
|
|
|
"title": "Refresh", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": "$(refresh)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.lineHistory.changeBase", |
|
|
|
"title": "Change Base...", |
|
|
|
"category": "GitLens", |
|
|
@ -5835,6 +5841,12 @@ |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.timeline.refresh", |
|
|
|
"title": "Refresh", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": "$(refresh)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.worktrees.copy", |
|
|
|
"title": "Copy", |
|
|
|
"category": "GitLens" |
|
|
@ -7054,6 +7066,10 @@ |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.home.refresh", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.lineHistory.changeBase", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
@ -7382,6 +7398,10 @@ |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.timeline.refresh", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.worktrees.copy", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
@ -8099,6 +8119,11 @@ |
|
|
|
"group": "5_gitlens@0" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.home.refresh", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.home/", |
|
|
|
"group": "navigation@99" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showLineHistoryView", |
|
|
|
"when": "!gitlens:hasVirtualFolders && view =~ /^gitlens\\.views\\.fileHistory/", |
|
|
|
"group": "8_gitlens_toggles@0" |
|
|
@ -8374,6 +8399,11 @@ |
|
|
|
"group": "5_gitlens@0" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.timeline.refresh", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.timeline/", |
|
|
|
"group": "navigation@99" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.createWorktree", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.worktrees/", |
|
|
|
"group": "navigation@10" |
|
|
|