|
6824 | 6824 | }, |
6825 | 6825 | { |
6826 | 6826 | "command": "gitlens.views.patchDetails.close", |
6827 | | - "title": "Close Patch View", |
| 6827 | + "title": "Close Patch", |
6828 | 6828 | "category": "GitLens", |
6829 | 6829 | "icon": "$(close)" |
6830 | 6830 | }, |
|
15319 | 15319 | }, |
15320 | 15320 | { |
15321 | 15321 | "id": "gitlensPatch", |
15322 | | - "title": "Patch", |
| 15322 | + "title": "GitLens Patch", |
15323 | 15323 | "icon": "$(gitlens-cloud-patch)" |
15324 | 15324 | } |
15325 | 15325 | ], |
@@ -15411,22 +15411,12 @@ |
15411 | 15411 | { |
15412 | 15412 | "type": "webview", |
15413 | 15413 | "id": "gitlens.views.home", |
15414 | | - "-when": "!gitlens:views:patchDetails:mode || !config.gitlens.cloudPatches.enabled", |
15415 | 15414 | "name": "Home", |
15416 | 15415 | "contextualTitle": "GL", |
15417 | 15416 | "icon": "$(gitlens-gitlens)", |
15418 | 15417 | "initialSize": 6, |
15419 | 15418 | "visibility": "visible" |
15420 | 15419 | }, |
15421 | | - { |
15422 | | - "type": "webview", |
15423 | | - "id": "gitlens.views.patchDetails", |
15424 | | - "name": "Patch", |
15425 | | - "when": "!gitlens:untrusted && config.gitlens.cloudPatches.enabled && gitlens:views:patchDetails:mode", |
15426 | | - "contextualTitle": "GL", |
15427 | | - "icon": "$(gitlens-cloud-patch)", |
15428 | | - "initialSize": 24 |
15429 | | - }, |
15430 | 15420 | { |
15431 | 15421 | "id": "gitlens.views.drafts", |
15432 | 15422 | "name": "Cloud Patches", |
|
15526 | 15516 | "visibility": "visible" |
15527 | 15517 | } |
15528 | 15518 | ], |
| 15519 | + "gitlensPatch": [ |
| 15520 | + { |
| 15521 | + "type": "webview", |
| 15522 | + "id": "gitlens.views.patchDetails", |
| 15523 | + "name": "Patch", |
| 15524 | + "when": "!gitlens:untrusted && config.gitlens.cloudPatches.enabled && gitlens:views:patchDetails:mode", |
| 15525 | + "contextualTitle": "GitLens", |
| 15526 | + "icon": "$(gitlens-cloud-patch)", |
| 15527 | + "initialSize": 24 |
| 15528 | + } |
| 15529 | + ], |
15529 | 15530 | "scm": [ |
15530 | 15531 | { |
15531 | 15532 | "id": "gitlens.views.repositories", |
|
0 commit comments