|
|
@ -6824,7 +6824,7 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.patchDetails.close", |
|
|
|
"title": "Close Patch View", |
|
|
|
"title": "Close Patch", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": "$(close)" |
|
|
|
}, |
|
|
@ -15319,7 +15319,7 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": "gitlensPatch", |
|
|
|
"title": "Patch", |
|
|
|
"title": "GitLens Patch", |
|
|
|
"icon": "$(gitlens-cloud-patch)" |
|
|
|
} |
|
|
|
], |
|
|
@ -15411,7 +15411,6 @@ |
|
|
|
{ |
|
|
|
"type": "webview", |
|
|
|
"id": "gitlens.views.home", |
|
|
|
"-when": "!gitlens:views:patchDetails:mode || !config.gitlens.cloudPatches.enabled", |
|
|
|
"name": "Home", |
|
|
|
"contextualTitle": "GL", |
|
|
|
"icon": "$(gitlens-gitlens)", |
|
|
@ -15419,15 +15418,6 @@ |
|
|
|
"visibility": "visible" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "webview", |
|
|
|
"id": "gitlens.views.patchDetails", |
|
|
|
"name": "Patch", |
|
|
|
"when": "!gitlens:untrusted && config.gitlens.cloudPatches.enabled && gitlens:views:patchDetails:mode", |
|
|
|
"contextualTitle": "GL", |
|
|
|
"icon": "$(gitlens-cloud-patch)", |
|
|
|
"initialSize": 24 |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": "gitlens.views.drafts", |
|
|
|
"name": "Cloud Patches", |
|
|
|
"when": "!gitlens:untrusted && !gitlens:hasVirtualFolders && config.gitlens.cloudPatches.enabled", |
|
|
@ -15526,6 +15516,17 @@ |
|
|
|
"visibility": "visible" |
|
|
|
} |
|
|
|
], |
|
|
|
"gitlensPatch": [ |
|
|
|
{ |
|
|
|
"type": "webview", |
|
|
|
"id": "gitlens.views.patchDetails", |
|
|
|
"name": "Patch", |
|
|
|
"when": "!gitlens:untrusted && config.gitlens.cloudPatches.enabled && gitlens:views:patchDetails:mode", |
|
|
|
"contextualTitle": "GitLens", |
|
|
|
"icon": "$(gitlens-cloud-patch)", |
|
|
|
"initialSize": 24 |
|
|
|
} |
|
|
|
], |
|
|
|
"scm": [ |
|
|
|
{ |
|
|
|
"id": "gitlens.views.repositories", |
|
|
|