|
@ -6525,6 +6525,11 @@ |
|
|
"icon": "$(close)" |
|
|
"icon": "$(close)" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
|
|
|
"command": "gitlens.views.collapseNode", |
|
|
|
|
|
"title": "Collapse", |
|
|
|
|
|
"category": "GitLens" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
"command": "gitlens.views.dismissNode", |
|
|
"command": "gitlens.views.dismissNode", |
|
|
"title": "Dismiss", |
|
|
"title": "Dismiss", |
|
|
"category": "GitLens", |
|
|
"category": "GitLens", |
|
@ -9385,6 +9390,10 @@ |
|
|
"when": "false" |
|
|
"when": "false" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
|
|
|
"command": "gitlens.views.collapseNode", |
|
|
|
|
|
"when": "false" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
"command": "gitlens.views.dismissNode", |
|
|
"command": "gitlens.views.dismissNode", |
|
|
"when": "false" |
|
|
"when": "false" |
|
|
}, |
|
|
}, |
|
@ -13081,11 +13090,16 @@ |
|
|
"group": "8_gitlens_actions@98" |
|
|
"group": "8_gitlens_actions@98" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"command": "gitlens.views.expandNode", |
|
|
|
|
|
|
|
|
"command": "gitlens.views.collapseNode", |
|
|
"when": "viewItem =~ /gitlens:(branch|compare|folder|results|search|status)\\b/", |
|
|
"when": "viewItem =~ /gitlens:(branch|compare|folder|results|search|status)\\b/", |
|
|
"group": "9_gitlens@1" |
|
|
"group": "9_gitlens@1" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
|
|
|
"command": "gitlens.views.expandNode", |
|
|
|
|
|
"when": "viewItem =~ /gitlens:(branch|compare|folder|results|search|status)\\b/", |
|
|
|
|
|
"group": "9_gitlens@2" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
"command": "gitlens.views.refreshNode", |
|
|
"command": "gitlens.views.refreshNode", |
|
|
"when": "viewItem =~ /gitlens:(?!(file|message|date-marker)\\b)/", |
|
|
"when": "viewItem =~ /gitlens:(?!(file|message|date-marker)\\b)/", |
|
|
"group": "9_gitlens@99" |
|
|
"group": "9_gitlens@99" |
|
|