|
1743 | 1743 | "title": "Commits View", |
1744 | 1744 | "order": 110, |
1745 | 1745 | "properties": { |
| 1746 | + "gitlens.views.commits.showStashes": { |
| 1747 | + "type": "boolean", |
| 1748 | + "default": false, |
| 1749 | + "markdownDescription": "Specifies whether to show stashes in the _Commits_ view", |
| 1750 | + "scope": "window", |
| 1751 | + "order": 9 |
| 1752 | + }, |
1746 | 1753 | "gitlens.views.commits.showBranchComparison": { |
1747 | 1754 | "type": [ |
1748 | 1755 | "boolean", |
|
2070 | 2077 | }, |
2071 | 2078 | "gitlens.views.repositories.showStashes": { |
2072 | 2079 | "type": "boolean", |
2073 | | - "default": true, |
| 2080 | + "default": false, |
2074 | 2081 | "markdownDescription": "Specifies whether to show the stashes for each repository in the _Repositories_ view", |
2075 | 2082 | "scope": "window", |
2076 | 2083 | "order": 33 |
|
2192 | 2199 | "scope": "window", |
2193 | 2200 | "order": 90 |
2194 | 2201 | }, |
| 2202 | + "gitlens.views.repositories.branches.showStashes": { |
| 2203 | + "type": "boolean", |
| 2204 | + "default": false, |
| 2205 | + "markdownDescription": "Specifies whether to show stashes in the _Commits_ and _Branches_ sections of the _Repositories_ view", |
| 2206 | + "scope": "window", |
| 2207 | + "order": 95 |
| 2208 | + }, |
2195 | 2209 | "gitlens.views.repositories.branches.showBranchComparison": { |
2196 | 2210 | "type": [ |
2197 | 2211 | "boolean", |
|
2355 | 2369 | "title": "Branches View", |
2356 | 2370 | "order": 170, |
2357 | 2371 | "properties": { |
| 2372 | + "gitlens.views.branches.showStashes": { |
| 2373 | + "type": "boolean", |
| 2374 | + "default": false, |
| 2375 | + "markdownDescription": "Specifies whether to show stashes in the _Branches_ view", |
| 2376 | + "scope": "window", |
| 2377 | + "order": 9 |
| 2378 | + }, |
2358 | 2379 | "gitlens.views.branches.showBranchComparison": { |
2359 | 2380 | "type": [ |
2360 | 2381 | "boolean", |
|
2756 | 2777 | "scope": "resource", |
2757 | 2778 | "order": 12 |
2758 | 2779 | }, |
| 2780 | + "gitlens.views.worktrees.showStashes": { |
| 2781 | + "type": "boolean", |
| 2782 | + "default": false, |
| 2783 | + "markdownDescription": "Specifies whether to show stashes in the _Worktrees_ view", |
| 2784 | + "scope": "window", |
| 2785 | + "order": 19 |
| 2786 | + }, |
2759 | 2787 | "gitlens.views.worktrees.showBranchComparison": { |
2760 | 2788 | "type": [ |
2761 | 2789 | "boolean", |
|
3229 | 3257 | }, |
3230 | 3258 | "gitlens.views.workspaces.showStashes": { |
3231 | 3259 | "type": "boolean", |
3232 | | - "default": true, |
| 3260 | + "default": false, |
3233 | 3261 | "markdownDescription": "Specifies whether to show the stashes for each repository in the _Cloud Workspaces_ view", |
3234 | 3262 | "scope": "window", |
3235 | 3263 | "order": 33 |
|
3337 | 3365 | "scope": "window", |
3338 | 3366 | "order": 90 |
3339 | 3367 | }, |
| 3368 | + "gitlens.views.workspaces.branches.showStashes": { |
| 3369 | + "type": "boolean", |
| 3370 | + "default": false, |
| 3371 | + "markdownDescription": "Specifies whether to show stashes in the _Cloud Workspaces_ view", |
| 3372 | + "scope": "window", |
| 3373 | + "order": 9 |
| 3374 | + }, |
3340 | 3375 | "gitlens.views.workspaces.branches.showBranchComparison": { |
3341 | 3376 | "type": [ |
3342 | 3377 | "boolean", |
|
7673 | 7708 | "command": "gitlens.views.branches.setShowBranchPullRequestOff", |
7674 | 7709 | "title": "Hide Branch Pull Requests" |
7675 | 7710 | }, |
| 7711 | + { |
| 7712 | + "command": "gitlens.views.branches.setShowStashesOn", |
| 7713 | + "title": "Show Stashes" |
| 7714 | + }, |
| 7715 | + { |
| 7716 | + "command": "gitlens.views.branches.setShowStashesOff", |
| 7717 | + "title": "Hide Stashes" |
| 7718 | + }, |
7676 | 7719 | { |
7677 | 7720 | "command": "gitlens.views.commitDetails.refresh", |
7678 | 7721 | "title": "Refresh", |
|
7759 | 7802 | "command": "gitlens.views.commits.setShowBranchPullRequestOff", |
7760 | 7803 | "title": "Hide Current Branch Pull Request" |
7761 | 7804 | }, |
| 7805 | + { |
| 7806 | + "command": "gitlens.views.commits.setShowStashesOn", |
| 7807 | + "title": "Show Stashes" |
| 7808 | + }, |
| 7809 | + { |
| 7810 | + "command": "gitlens.views.commits.setShowStashesOff", |
| 7811 | + "title": "Hide Stashes" |
| 7812 | + }, |
7762 | 7813 | { |
7763 | 7814 | "command": "gitlens.views.contributors.copy", |
7764 | 7815 | "title": "Copy" |
|
8804 | 8855 | "command": "gitlens.views.worktrees.setShowBranchPullRequestOff", |
8805 | 8856 | "title": "Hide Branch Pull Requests" |
8806 | 8857 | }, |
| 8858 | + { |
| 8859 | + "command": "gitlens.views.worktrees.setShowStashesOn", |
| 8860 | + "title": "Show Stashes" |
| 8861 | + }, |
| 8862 | + { |
| 8863 | + "command": "gitlens.views.worktrees.setShowStashesOff", |
| 8864 | + "title": "Hide Stashes" |
| 8865 | + }, |
8807 | 8866 | { |
8808 | 8867 | "command": "gitlens.enableDebugLogging", |
8809 | 8868 | "title": "Enable Debug Logging", |
|
11266 | 11325 | "command": "gitlens.views.branches.setShowBranchPullRequestOff", |
11267 | 11326 | "when": "false" |
11268 | 11327 | }, |
| 11328 | + { |
| 11329 | + "command": "gitlens.views.branches.setShowStashesOn", |
| 11330 | + "when": "false" |
| 11331 | + }, |
| 11332 | + { |
| 11333 | + "command": "gitlens.views.branches.setShowStashesOff", |
| 11334 | + "when": "false" |
| 11335 | + }, |
11269 | 11336 | { |
11270 | 11337 | "command": "gitlens.views.commitDetails.refresh", |
11271 | 11338 | "when": "false" |
|
11342 | 11409 | "command": "gitlens.views.commits.setShowBranchPullRequestOff", |
11343 | 11410 | "when": "false" |
11344 | 11411 | }, |
| 11412 | + { |
| 11413 | + "command": "gitlens.views.commits.setShowStashesOn", |
| 11414 | + "when": "false" |
| 11415 | + }, |
| 11416 | + { |
| 11417 | + "command": "gitlens.views.commits.setShowStashesOff", |
| 11418 | + "when": "false" |
| 11419 | + }, |
11345 | 11420 | { |
11346 | 11421 | "command": "gitlens.views.contributors.copy", |
11347 | 11422 | "when": "false" |
|
12238 | 12313 | "command": "gitlens.views.worktrees.setShowBranchPullRequestOff", |
12239 | 12314 | "when": "false" |
12240 | 12315 | }, |
| 12316 | + { |
| 12317 | + "command": "gitlens.views.worktrees.setShowStashesOn", |
| 12318 | + "when": "false" |
| 12319 | + }, |
| 12320 | + { |
| 12321 | + "command": "gitlens.views.worktrees.setShowStashesOff", |
| 12322 | + "when": "false" |
| 12323 | + }, |
12241 | 12324 | { |
12242 | 12325 | "command": "gitlens.graph.switchToEditorLayout", |
12243 | 12326 | "when": "gitlens:enabled && config.gitlens.graph.layout != editor" |
|
13271 | 13354 | "when": "view == gitlens.views.branches && config.gitlens.views.branches.pullRequests.enabled && config.gitlens.views.branches.pullRequests.showForBranches", |
13272 | 13355 | "group": "5_gitlens@2" |
13273 | 13356 | }, |
| 13357 | + { |
| 13358 | + "command": "gitlens.views.branches.setShowStashesOn", |
| 13359 | + "when": "view == gitlens.views.branches && !config.gitlens.views.branches.showStashes", |
| 13360 | + "group": "5_gitlens@11" |
| 13361 | + }, |
| 13362 | + { |
| 13363 | + "command": "gitlens.views.branches.setShowStashesOff", |
| 13364 | + "when": "view == gitlens.views.branches && config.gitlens.views.branches.showStashes", |
| 13365 | + "group": "5_gitlens@11" |
| 13366 | + }, |
13274 | 13367 | { |
13275 | 13368 | "command": "gitlens.pushRepositories", |
13276 | 13369 | "when": "gitlens:repos:withRemotes && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && view == gitlens.views.commits", |
|
13379 | 13472 | { |
13380 | 13473 | "command": "gitlens.views.commits.setShowBranchPullRequestOff", |
13381 | 13474 | "when": "view == gitlens.views.commits && config.gitlens.views.commits.pullRequests.enabled && config.gitlens.views.commits.pullRequests.showForBranches", |
13382 | | - "group": "5_gitlens@4" |
| 13475 | + "group": "5_gitlens@3" |
| 13476 | + }, |
| 13477 | + { |
| 13478 | + "command": "gitlens.views.commits.setShowStashesOn", |
| 13479 | + "when": "view == gitlens.views.commits && !config.gitlens.views.commits.showStashes", |
| 13480 | + "group": "5_gitlens@11" |
| 13481 | + }, |
| 13482 | + { |
| 13483 | + "command": "gitlens.views.commits.setShowStashesOff", |
| 13484 | + "when": "view == gitlens.views.commits && config.gitlens.views.commits.showStashes", |
| 13485 | + "group": "5_gitlens@11" |
13383 | 13486 | }, |
13384 | 13487 | { |
13385 | 13488 | "command": "gitlens.showGraph", |
@@ -14331,15 +14434,25 @@ |
14331 | 14434 | "when": "view == gitlens.views.worktrees && config.gitlens.views.worktrees.pullRequests.enabled && config.gitlens.views.worktrees.pullRequests.showForBranches", |
14332 | 14435 | "group": "5_gitlens@2" |
14333 | 14436 | }, |
| 14437 | + { |
| 14438 | + "command": "gitlens.views.worktrees.setShowStashesOn", |
| 14439 | + "when": "view == gitlens.views.worktrees && !config.gitlens.views.worktrees.showStashes", |
| 14440 | + "group": "5_gitlens@11" |
| 14441 | + }, |
| 14442 | + { |
| 14443 | + "command": "gitlens.views.worktrees.setShowStashesOff", |
| 14444 | + "when": "view == gitlens.views.worktrees && config.gitlens.views.worktrees.showStashes", |
| 14445 | + "group": "5_gitlens@11" |
| 14446 | + }, |
14334 | 14447 | { |
14335 | 14448 | "command": "gitlens.views.setShowRelativeDateMarkersOn", |
14336 | 14449 | "when": "view =~ /^gitlens\\.views\\.(branches|commits|contributors|fileHistory|lineHistory|remotes|repositories|tags|worktrees)/ && !config.gitlens.views.showRelativeDateMarkers", |
14337 | | - "group": "5_gitlens@3" |
| 14450 | + "group": "5_gitlens@10" |
14338 | 14451 | }, |
14339 | 14452 | { |
14340 | 14453 | "command": "gitlens.views.setShowRelativeDateMarkersOff", |
14341 | 14454 | "when": "view =~ /^gitlens\\.views\\.(branches|commits|contributors|fileHistory|lineHistory|remotes|repositories|tags|worktrees)/ && config.gitlens.views.showRelativeDateMarkers", |
14342 | | - "group": "5_gitlens@3" |
| 14455 | + "group": "5_gitlens@10" |
14343 | 14456 | }, |
14344 | 14457 | { |
14345 | 14458 | "submenu": "gitlens/graph/configuration", |
@@ -17798,12 +17911,12 @@ |
17798 | 17911 | { |
17799 | 17912 | "command": "gitlens.views.setShowRelativeDateMarkersOn", |
17800 | 17913 | "when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view =~ /(branches|commits|contributors|remotes|repositories|tags|worktrees)/ && !config.gitlens.views.showRelativeDateMarkers", |
17801 | | - "group": "5_gitlens@3" |
| 17914 | + "group": "5_gitlens@10" |
17802 | 17915 | }, |
17803 | 17916 | { |
17804 | 17917 | "command": "gitlens.views.setShowRelativeDateMarkersOff", |
17805 | 17918 | "when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view =~ /(branches|commits|contributors|remotes|repositories|tags|worktrees)/ && config.gitlens.views.showRelativeDateMarkers", |
17806 | | - "group": "5_gitlens@3" |
| 17919 | + "group": "5_gitlens@10" |
17807 | 17920 | }, |
17808 | 17921 | { |
17809 | 17922 | "command": "gitlens.views.branches.setLayoutToList", |
|
17860 | 17973 | "when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == branches && config.gitlens.views.branches.pullRequests.enabled && config.gitlens.views.branches.pullRequests.showForBranches", |
17861 | 17974 | "group": "5_gitlens@2" |
17862 | 17975 | }, |
| 17976 | + { |
| 17977 | + "command": "gitlens.views.branches.setShowStashesOn", |
| 17978 | + "when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == branches && !config.gitlens.views.branches.showStashes", |
| 17979 | + "group": "5_gitlens@11" |
| 17980 | + }, |
| 17981 | + { |
| 17982 | + "command": "gitlens.views.branches.setShowStashesOff", |
| 17983 | + "when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == branches && config.gitlens.views.branches.showStashes", |
| 17984 | + "group": "5_gitlens@11" |
| 17985 | + }, |
17863 | 17986 | { |
17864 | 17987 | "command": "gitlens.showSettingsPage!branches-view", |
17865 | 17988 | "when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == branches", |
|
17918 | 18041 | { |
17919 | 18042 | "command": "gitlens.views.commits.setShowBranchPullRequestOff", |
17920 | 18043 | "when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == commits && config.gitlens.views.commits.pullRequests.enabled && config.gitlens.views.commits.pullRequests.showForBranches", |
17921 | | - "group": "5_gitlens@4" |
| 18044 | + "group": "5_gitlens@3" |
| 18045 | + }, |
| 18046 | + { |
| 18047 | + "command": "gitlens.views.commits.setShowStashesOn", |
| 18048 | + "when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == commits && !config.gitlens.views.commits.showStashes", |
| 18049 | + "group": "5_gitlens@11" |
| 18050 | + }, |
| 18051 | + { |
| 18052 | + "command": "gitlens.views.commits.setShowStashesOff", |
| 18053 | + "when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == commits && config.gitlens.views.commits.showStashes", |
| 18054 | + "group": "5_gitlens@11" |
17922 | 18055 | }, |
17923 | 18056 | { |
17924 | 18057 | "command": "gitlens.showSettingsPage!commits-view", |
|
18240 | 18373 | "when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == worktrees && config.gitlens.views.worktrees.pullRequests.enabled && config.gitlens.views.worktrees.pullRequests.showForBranches", |
18241 | 18374 | "group": "5_gitlens@2" |
18242 | 18375 | }, |
| 18376 | + { |
| 18377 | + "command": "gitlens.views.worktrees.setShowStashesOn", |
| 18378 | + "when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == worktrees && !config.gitlens.views.worktrees.showStashes", |
| 18379 | + "group": "5_gitlens@11" |
| 18380 | + }, |
| 18381 | + { |
| 18382 | + "command": "gitlens.views.worktrees.setShowStashesOff", |
| 18383 | + "when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == worktrees && config.gitlens.views.worktrees.showStashes", |
| 18384 | + "group": "5_gitlens@11" |
| 18385 | + }, |
18243 | 18386 | { |
18244 | 18387 | "command": "gitlens.showSettingsPage!worktrees-view", |
18245 | 18388 | "when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == worktrees", |
|
0 commit comments