|
2263 | 2263 | "tree"
|
2264 | 2264 | ],
|
2265 | 2265 | "enumDescriptions": [
|
2266 |
| - "Displays branches as a list", |
2267 |
| - "Displays branches as a tree when branch names contain slashes `/`" |
| 2266 | + "Displays branches and tags as a list", |
| 2267 | + "Displays branches and tags as a tree when names contain slashes `/`" |
2268 | 2268 | ],
|
2269 |
| - "markdownDescription": "Specifies how the _Repositories_ view will display branches", |
| 2269 | + "markdownDescription": "Specifies how the _Repositories_ view will display branches and tags", |
2270 | 2270 | "scope": "window",
|
2271 | 2271 | "order": 70
|
2272 | 2272 | },
|
| 2273 | + "gitlens.views.repositories.branches.compact": { |
| 2274 | + "type": "boolean", |
| 2275 | + "default": true, |
| 2276 | + "markdownDescription": "Specifies whether to compact (flatten) unnecessary branch and tag nesting in the _Repositories_ view. Only applies when `#gitlens.views.repositories.branches.layout#` is set to `tree`", |
| 2277 | + "scope": "window", |
| 2278 | + "order": 71 |
| 2279 | + }, |
2273 | 2280 | "gitlens.views.repositories.files.layout": {
|
2274 | 2281 | "type": "string",
|
2275 | 2282 | "default": "auto",
|
|
2572 | 2579 | ],
|
2573 | 2580 | "enumDescriptions": [
|
2574 | 2581 | "Displays branches as a list",
|
2575 |
| - "Displays branches as a tree when branch names contain slashes `/`" |
| 2582 | + "Displays branches as a tree when names contain slashes `/`" |
2576 | 2583 | ],
|
2577 | 2584 | "markdownDescription": "Specifies how the _Branches_ view will display branches",
|
2578 | 2585 | "scope": "window",
|
2579 | 2586 | "order": 30
|
2580 | 2587 | },
|
| 2588 | + "gitlens.views.branches.branches.compact": { |
| 2589 | + "type": "boolean", |
| 2590 | + "default": true, |
| 2591 | + "markdownDescription": "Specifies whether to compact (flatten) unnecessary branch nesting in the _Branches_ view. Only applies when `#gitlens.views.branches.branches.layout#` is set to `tree`", |
| 2592 | + "scope": "window", |
| 2593 | + "order": 31 |
| 2594 | + }, |
2581 | 2595 | "gitlens.views.branches.files.layout": {
|
2582 | 2596 | "type": "string",
|
2583 | 2597 | "default": "auto",
|
|
2675 | 2689 | ],
|
2676 | 2690 | "enumDescriptions": [
|
2677 | 2691 | "Displays branches as a list",
|
2678 |
| - "Displays branches as a tree when branch names contain slashes `/`" |
| 2692 | + "Displays branches as a tree when names contain slashes `/`" |
2679 | 2693 | ],
|
2680 | 2694 | "markdownDescription": "Specifies how the _Remotes_ view will display branches",
|
2681 | 2695 | "scope": "window",
|
2682 | 2696 | "order": 20
|
2683 | 2697 | },
|
| 2698 | + "gitlens.views.remotes.branches.compact": { |
| 2699 | + "type": "boolean", |
| 2700 | + "default": true, |
| 2701 | + "markdownDescription": "Specifies whether to compact (flatten) unnecessary branch nesting in the _Remotes_ view. Only applies when `#gitlens.views.remotes.branches.layout#` is set to `tree`", |
| 2702 | + "scope": "window", |
| 2703 | + "order": 21 |
| 2704 | + }, |
2684 | 2705 | "gitlens.views.remotes.files.layout": {
|
2685 | 2706 | "type": "string",
|
2686 | 2707 | "default": "auto",
|
|
2817 | 2838 | ],
|
2818 | 2839 | "enumDescriptions": [
|
2819 | 2840 | "Displays tags as a list",
|
2820 |
| - "Displays tags as a tree when tags names contain slashes `/`" |
| 2841 | + "Displays tags as a tree when names contain slashes `/`" |
2821 | 2842 | ],
|
2822 | 2843 | "markdownDescription": "Specifies how the _Tags_ view will display tags",
|
2823 | 2844 | "scope": "window",
|
2824 | 2845 | "order": 10
|
2825 | 2846 | },
|
| 2847 | + "gitlens.views.tags.branches.compact": { |
| 2848 | + "type": "boolean", |
| 2849 | + "default": true, |
| 2850 | + "markdownDescription": "Specifies whether to compact (flatten) unnecessary tag nesting in the _Tags_ view. Only applies when `#gitlens.views.tags.branches.layout#` is set to `tree`", |
| 2851 | + "scope": "window", |
| 2852 | + "order": 11 |
| 2853 | + }, |
2826 | 2854 | "gitlens.views.tags.files.layout": {
|
2827 | 2855 | "type": "string",
|
2828 | 2856 | "default": "auto",
|
|
2997 | 3025 | ],
|
2998 | 3026 | "enumDescriptions": [
|
2999 | 3027 | "Displays worktree branches as a list",
|
3000 |
| - "Displays worktree branches as a tree when branch names contain slashes `/`" |
| 3028 | + "Displays worktree branches as a tree when names contain slashes `/`" |
3001 | 3029 | ],
|
3002 | 3030 | "markdownDescription": "Specifies how the _Worktrees_ view will display worktree branches",
|
3003 | 3031 | "scope": "window",
|
3004 | 3032 | "order": 35
|
3005 | 3033 | },
|
| 3034 | + "gitlens.views.worktrees.branches.compact": { |
| 3035 | + "type": "boolean", |
| 3036 | + "default": true, |
| 3037 | + "markdownDescription": "Specifies whether to compact (flatten) unnecessary branch nesting in the _Worktrees_ view. Only applies when `#gitlens.views.worktrees.branches.layout#` is set to `tree`", |
| 3038 | + "scope": "window", |
| 3039 | + "order": 36 |
| 3040 | + }, |
3006 | 3041 | "gitlens.views.worktrees.files.layout": {
|
3007 | 3042 | "type": "string",
|
3008 | 3043 | "default": "auto",
|
|
3492 | 3527 | "tree"
|
3493 | 3528 | ],
|
3494 | 3529 | "enumDescriptions": [
|
3495 |
| - "Displays branches as a list", |
3496 |
| - "Displays branches as a tree when branch names contain slashes `/`" |
| 3530 | + "Displays branches and tags as a list", |
| 3531 | + "Displays branches and tags as a tree when names contain slashes `/`" |
3497 | 3532 | ],
|
3498 |
| - "markdownDescription": "Specifies how the _Cloud Workspaces_ view will display branches", |
| 3533 | + "markdownDescription": "Specifies how the _Cloud Workspaces_ view will display branches and tags", |
3499 | 3534 | "scope": "window",
|
3500 | 3535 | "order": 70
|
3501 | 3536 | },
|
| 3537 | + "gitlens.views.workspaces.branches.compact": { |
| 3538 | + "type": "boolean", |
| 3539 | + "default": true, |
| 3540 | + "markdownDescription": "Specifies whether to compact (flatten) unnecessary branch and tag nesting in the _Cloud Workspaces_ view. Only applies when `#gitlens.views.workspaces.branches.layout#` is set to `tree`", |
| 3541 | + "scope": "window", |
| 3542 | + "order": 71 |
| 3543 | + }, |
3502 | 3544 | "gitlens.views.workspaces.worktrees.viewAs": {
|
3503 | 3545 | "type": "string",
|
3504 | 3546 | "default": "name",
|
|
0 commit comments