Skip to content

Commit 5ca0474

Browse files
committed
Moves patch view into its own sidebar
1 parent 9e4dbb3 commit 5ca0474

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6824,7 +6824,7 @@
68246824
},
68256825
{
68266826
"command": "gitlens.views.patchDetails.close",
6827-
"title": "Close Patch View",
6827+
"title": "Close Patch",
68286828
"category": "GitLens",
68296829
"icon": "$(close)"
68306830
},
@@ -15319,7 +15319,7 @@
1531915319
},
1532015320
{
1532115321
"id": "gitlensPatch",
15322-
"title": "Patch",
15322+
"title": "GitLens Patch",
1532315323
"icon": "$(gitlens-cloud-patch)"
1532415324
}
1532515325
],
@@ -15411,22 +15411,12 @@
1541115411
{
1541215412
"type": "webview",
1541315413
"id": "gitlens.views.home",
15414-
"-when": "!gitlens:views:patchDetails:mode || !config.gitlens.cloudPatches.enabled",
1541515414
"name": "Home",
1541615415
"contextualTitle": "GL",
1541715416
"icon": "$(gitlens-gitlens)",
1541815417
"initialSize": 6,
1541915418
"visibility": "visible"
1542015419
},
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-
},
1543015420
{
1543115421
"id": "gitlens.views.drafts",
1543215422
"name": "Cloud Patches",
@@ -15526,6 +15516,17 @@
1552615516
"visibility": "visible"
1552715517
}
1552815518
],
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+
],
1552915530
"scm": [
1553015531
{
1553115532
"id": "gitlens.views.repositories",

0 commit comments

Comments
 (0)