|  | 
| 1743 | 1743 | 				"title": "Commits View", | 
| 1744 | 1744 | 				"order": 110, | 
| 1745 | 1745 | 				"properties": { | 
|  | 1746 | +					"gitlens.views.commits.showStashes": { | 
|  | 1747 | +						"type": "boolean", | 
|  | 1748 | +						"default": true, | 
|  | 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", | 
|  | 
| 2192 | 2199 | 						"scope": "window", | 
| 2193 | 2200 | 						"order": 90 | 
| 2194 | 2201 | 					}, | 
|  | 2202 | +					"gitlens.views.repositories.branches.showStashes": { | 
|  | 2203 | +						"type": "boolean", | 
|  | 2204 | +						"default": true, | 
|  | 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": true, | 
|  | 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": true, | 
|  | 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", | 
|  | 
| 3337 | 3365 | 						"scope": "window", | 
| 3338 | 3366 | 						"order": 90 | 
| 3339 | 3367 | 					}, | 
|  | 3368 | +					"gitlens.views.workspaces.branches.showStashes": { | 
|  | 3369 | +						"type": "boolean", | 
|  | 3370 | +						"default": true, | 
|  | 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", | 
|  | 
| 11267 | 11326 | 					"command": "gitlens.views.branches.setShowBranchPullRequestOff", | 
| 11268 | 11327 | 					"when": "false" | 
| 11269 | 11328 | 				}, | 
|  | 11329 | +				{ | 
|  | 11330 | +					"command": "gitlens.views.branches.setShowStashesOn", | 
|  | 11331 | +					"when": "false" | 
|  | 11332 | +				}, | 
|  | 11333 | +				{ | 
|  | 11334 | +					"command": "gitlens.views.branches.setShowStashesOff", | 
|  | 11335 | +					"when": "false" | 
|  | 11336 | +				}, | 
| 11270 | 11337 | 				{ | 
| 11271 | 11338 | 					"command": "gitlens.views.commitDetails.refresh", | 
| 11272 | 11339 | 					"when": "false" | 
|  | 
| 11343 | 11410 | 					"command": "gitlens.views.commits.setShowBranchPullRequestOff", | 
| 11344 | 11411 | 					"when": "false" | 
| 11345 | 11412 | 				}, | 
|  | 11413 | +				{ | 
|  | 11414 | +					"command": "gitlens.views.commits.setShowStashesOn", | 
|  | 11415 | +					"when": "false" | 
|  | 11416 | +				}, | 
|  | 11417 | +				{ | 
|  | 11418 | +					"command": "gitlens.views.commits.setShowStashesOff", | 
|  | 11419 | +					"when": "false" | 
|  | 11420 | +				}, | 
| 11346 | 11421 | 				{ | 
| 11347 | 11422 | 					"command": "gitlens.views.contributors.copy", | 
| 11348 | 11423 | 					"when": "false" | 
|  | 
| 12239 | 12314 | 					"command": "gitlens.views.worktrees.setShowBranchPullRequestOff", | 
| 12240 | 12315 | 					"when": "false" | 
| 12241 | 12316 | 				}, | 
|  | 12317 | +				{ | 
|  | 12318 | +					"command": "gitlens.views.worktrees.setShowStashesOn", | 
|  | 12319 | +					"when": "false" | 
|  | 12320 | +				}, | 
|  | 12321 | +				{ | 
|  | 12322 | +					"command": "gitlens.views.worktrees.setShowStashesOff", | 
|  | 12323 | +					"when": "false" | 
|  | 12324 | +				}, | 
| 12242 | 12325 | 				{ | 
| 12243 | 12326 | 					"command": "gitlens.graph.switchToEditorLayout", | 
| 12244 | 12327 | 					"when": "gitlens:enabled && config.gitlens.graph.layout != editor" | 
|  | 
| 13272 | 13355 | 					"when": "view == gitlens.views.branches && config.gitlens.views.branches.pullRequests.enabled && config.gitlens.views.branches.pullRequests.showForBranches", | 
| 13273 | 13356 | 					"group": "5_gitlens@2" | 
| 13274 | 13357 | 				}, | 
|  | 13358 | +				{ | 
|  | 13359 | +					"command": "gitlens.views.branches.setShowStashesOn", | 
|  | 13360 | +					"when": "view == gitlens.views.branches && !config.gitlens.views.branches.showStashes", | 
|  | 13361 | +					"group": "5_gitlens@11" | 
|  | 13362 | +				}, | 
|  | 13363 | +				{ | 
|  | 13364 | +					"command": "gitlens.views.branches.setShowStashesOff", | 
|  | 13365 | +					"when": "view == gitlens.views.branches && config.gitlens.views.branches.showStashes", | 
|  | 13366 | +					"group": "5_gitlens@11" | 
|  | 13367 | +				}, | 
| 13275 | 13368 | 				{ | 
| 13276 | 13369 | 					"command": "gitlens.pushRepositories", | 
| 13277 | 13370 | 					"when": "gitlens:repos:withRemotes && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && view == gitlens.views.commits", | 
|  | 
| 13380 | 13473 | 				{ | 
| 13381 | 13474 | 					"command": "gitlens.views.commits.setShowBranchPullRequestOff", | 
| 13382 | 13475 | 					"when": "view == gitlens.views.commits && config.gitlens.views.commits.pullRequests.enabled && config.gitlens.views.commits.pullRequests.showForBranches", | 
| 13383 |  | -					"group": "5_gitlens@4" | 
|  | 13476 | +					"group": "5_gitlens@3" | 
|  | 13477 | +				}, | 
|  | 13478 | +				{ | 
|  | 13479 | +					"command": "gitlens.views.commits.setShowStashesOn", | 
|  | 13480 | +					"when": "view == gitlens.views.commits && !config.gitlens.views.commits.showStashes", | 
|  | 13481 | +					"group": "5_gitlens@11" | 
|  | 13482 | +				}, | 
|  | 13483 | +				{ | 
|  | 13484 | +					"command": "gitlens.views.commits.setShowStashesOff", | 
|  | 13485 | +					"when": "view == gitlens.views.commits && config.gitlens.views.commits.showStashes", | 
|  | 13486 | +					"group": "5_gitlens@11" | 
| 13384 | 13487 | 				}, | 
| 13385 | 13488 | 				{ | 
| 13386 | 13489 | 					"command": "gitlens.showGraph", | 
| @@ -14332,15 +14435,25 @@ | 
| 14332 | 14435 | 					"when": "view == gitlens.views.worktrees && config.gitlens.views.worktrees.pullRequests.enabled && config.gitlens.views.worktrees.pullRequests.showForBranches", | 
| 14333 | 14436 | 					"group": "5_gitlens@2" | 
| 14334 | 14437 | 				}, | 
|  | 14438 | +				{ | 
|  | 14439 | +					"command": "gitlens.views.worktrees.setShowStashesOn", | 
|  | 14440 | +					"when": "view == gitlens.views.worktrees && !config.gitlens.views.worktrees.showStashes", | 
|  | 14441 | +					"group": "5_gitlens@11" | 
|  | 14442 | +				}, | 
|  | 14443 | +				{ | 
|  | 14444 | +					"command": "gitlens.views.worktrees.setShowStashesOff", | 
|  | 14445 | +					"when": "view == gitlens.views.worktrees && config.gitlens.views.worktrees.showStashes", | 
|  | 14446 | +					"group": "5_gitlens@11" | 
|  | 14447 | +				}, | 
| 14335 | 14448 | 				{ | 
| 14336 | 14449 | 					"command": "gitlens.views.setShowRelativeDateMarkersOn", | 
| 14337 | 14450 | 					"when": "view =~ /^gitlens\\.views\\.(branches|commits|contributors|fileHistory|lineHistory|remotes|repositories|tags|worktrees)/ && !config.gitlens.views.showRelativeDateMarkers", | 
| 14338 |  | -					"group": "5_gitlens@3" | 
|  | 14451 | +					"group": "5_gitlens@10" | 
| 14339 | 14452 | 				}, | 
| 14340 | 14453 | 				{ | 
| 14341 | 14454 | 					"command": "gitlens.views.setShowRelativeDateMarkersOff", | 
| 14342 | 14455 | 					"when": "view =~ /^gitlens\\.views\\.(branches|commits|contributors|fileHistory|lineHistory|remotes|repositories|tags|worktrees)/ && config.gitlens.views.showRelativeDateMarkers", | 
| 14343 |  | -					"group": "5_gitlens@3" | 
|  | 14456 | +					"group": "5_gitlens@10" | 
| 14344 | 14457 | 				}, | 
| 14345 | 14458 | 				{ | 
| 14346 | 14459 | 					"submenu": "gitlens/graph/configuration", | 
| @@ -17799,12 +17912,12 @@ | 
| 17799 | 17912 | 				{ | 
| 17800 | 17913 | 					"command": "gitlens.views.setShowRelativeDateMarkersOn", | 
| 17801 | 17914 | 					"when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view =~ /(branches|commits|contributors|remotes|repositories|tags|worktrees)/ && !config.gitlens.views.showRelativeDateMarkers", | 
| 17802 |  | -					"group": "5_gitlens@3" | 
|  | 17915 | +					"group": "5_gitlens@10" | 
| 17803 | 17916 | 				}, | 
| 17804 | 17917 | 				{ | 
| 17805 | 17918 | 					"command": "gitlens.views.setShowRelativeDateMarkersOff", | 
| 17806 | 17919 | 					"when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view =~ /(branches|commits|contributors|remotes|repositories|tags|worktrees)/ && config.gitlens.views.showRelativeDateMarkers", | 
| 17807 |  | -					"group": "5_gitlens@3" | 
|  | 17920 | +					"group": "5_gitlens@10" | 
| 17808 | 17921 | 				}, | 
| 17809 | 17922 | 				{ | 
| 17810 | 17923 | 					"command": "gitlens.views.branches.setLayoutToList", | 
|  | 
| 17861 | 17974 | 					"when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == branches && config.gitlens.views.branches.pullRequests.enabled && config.gitlens.views.branches.pullRequests.showForBranches", | 
| 17862 | 17975 | 					"group": "5_gitlens@2" | 
| 17863 | 17976 | 				}, | 
|  | 17977 | +				{ | 
|  | 17978 | +					"command": "gitlens.views.branches.setShowStashesOn", | 
|  | 17979 | +					"when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == branches && !config.gitlens.views.branches.showStashes", | 
|  | 17980 | +					"group": "5_gitlens@11" | 
|  | 17981 | +				}, | 
|  | 17982 | +				{ | 
|  | 17983 | +					"command": "gitlens.views.branches.setShowStashesOff", | 
|  | 17984 | +					"when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == branches && config.gitlens.views.branches.showStashes", | 
|  | 17985 | +					"group": "5_gitlens@11" | 
|  | 17986 | +				}, | 
| 17864 | 17987 | 				{ | 
| 17865 | 17988 | 					"command": "gitlens.showSettingsPage!branches-view", | 
| 17866 | 17989 | 					"when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == branches", | 
|  | 
| 17919 | 18042 | 				{ | 
| 17920 | 18043 | 					"command": "gitlens.views.commits.setShowBranchPullRequestOff", | 
| 17921 | 18044 | 					"when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == commits && config.gitlens.views.commits.pullRequests.enabled && config.gitlens.views.commits.pullRequests.showForBranches", | 
| 17922 |  | -					"group": "5_gitlens@4" | 
|  | 18045 | +					"group": "5_gitlens@3" | 
|  | 18046 | +				}, | 
|  | 18047 | +				{ | 
|  | 18048 | +					"command": "gitlens.views.commits.setShowStashesOn", | 
|  | 18049 | +					"when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == commits && !config.gitlens.views.commits.showStashes", | 
|  | 18050 | +					"group": "5_gitlens@11" | 
|  | 18051 | +				}, | 
|  | 18052 | +				{ | 
|  | 18053 | +					"command": "gitlens.views.commits.setShowStashesOff", | 
|  | 18054 | +					"when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == commits && config.gitlens.views.commits.showStashes", | 
|  | 18055 | +					"group": "5_gitlens@11" | 
| 17923 | 18056 | 				}, | 
| 17924 | 18057 | 				{ | 
| 17925 | 18058 | 					"command": "gitlens.showSettingsPage!commits-view", | 
|  | 
| 18241 | 18374 | 					"when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == worktrees && config.gitlens.views.worktrees.pullRequests.enabled && config.gitlens.views.worktrees.pullRequests.showForBranches", | 
| 18242 | 18375 | 					"group": "5_gitlens@2" | 
| 18243 | 18376 | 				}, | 
|  | 18377 | +				{ | 
|  | 18378 | +					"command": "gitlens.views.worktrees.setShowStashesOn", | 
|  | 18379 | +					"when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == worktrees && !config.gitlens.views.worktrees.showStashes", | 
|  | 18380 | +					"group": "5_gitlens@11" | 
|  | 18381 | +				}, | 
|  | 18382 | +				{ | 
|  | 18383 | +					"command": "gitlens.views.worktrees.setShowStashesOff", | 
|  | 18384 | +					"when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == worktrees && config.gitlens.views.worktrees.showStashes", | 
|  | 18385 | +					"group": "5_gitlens@11" | 
|  | 18386 | +				}, | 
| 18244 | 18387 | 				{ | 
| 18245 | 18388 | 					"command": "gitlens.showSettingsPage!worktrees-view", | 
| 18246 | 18389 | 					"when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == worktrees", | 
|  | 
0 commit comments