You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+30-4Lines changed: 30 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1230,6 +1230,7 @@
1230
1230
"properties": {
1231
1231
"gitlens.home.preview.enabled": {
1232
1232
"type": "boolean",
1233
+
"tags": ["preview"],
1233
1234
"default": false,
1234
1235
"markdownDescription": "Specifies whether to enable the new home preview",
1235
1236
"scope": "window",
@@ -1400,6 +1401,7 @@
1400
1401
"properties": {
1401
1402
"gitlens.cloudPatches.enabled": {
1402
1403
"type": "boolean",
1404
+
"tags": ["preview"],
1403
1405
"default": true,
1404
1406
"markdownDescription": "Specifies whether to enable the preview of _Cloud Patches_, which allow you to easily and securely share code with your teammates or other developers",
1405
1407
"scope": "window",
@@ -1567,7 +1569,7 @@
1567
1569
"gitlens.views.launchpad.enabled": {
1568
1570
"type": "boolean",
1569
1571
"default": false,
1570
-
"markdownDescription": "(Experimental) Specifies whether to enable an experimental _Launchpad_ view",
1572
+
"markdownDescription": "Specifies whether to enable an experimental _Launchpad_ view (Experimental)",
1571
1573
"scope": "window",
1572
1574
"tags": [
1573
1575
"experimental"
@@ -2924,6 +2926,7 @@
2924
2926
"properties": {
2925
2927
"gitlens.views.drafts.files.layout": {
2926
2928
"type": "string",
2929
+
"tags": ["preview"],
2927
2930
"default": "auto",
2928
2931
"enum": [
2929
2932
"auto",
@@ -2941,20 +2944,23 @@
2941
2944
},
2942
2945
"gitlens.views.drafts.files.threshold": {
2943
2946
"type": "number",
2947
+
"tags": ["preview"],
2944
2948
"default": 5,
2945
2949
"markdownDescription": "Specifies when to switch between displaying files as a `tree` or `list` based on the number of files in a nesting level in the _Cloud Patches_ view. Only applies when `#gitlens.views.drafts.files.layout#` is set to `auto`",
2946
2950
"scope": "window",
2947
2951
"order": 31
2948
2952
},
2949
2953
"gitlens.views.drafts.files.compact": {
2950
2954
"type": "boolean",
2955
+
"tags": ["preview"],
2951
2956
"default": true,
2952
2957
"markdownDescription": "Specifies whether to compact (flatten) unnecessary file nesting in the _Cloud Patches_ view. Only applies when `#gitlens.views.drafts.files.layout#` is set to `tree` or `auto`",
2953
2958
"scope": "window",
2954
2959
"order": 32
2955
2960
},
2956
2961
"gitlens.views.drafts.files.icon": {
2957
2962
"type": "string",
2963
+
"tags": ["preview"],
2958
2964
"default": "type",
2959
2965
"enum": [
2960
2966
"status",
@@ -2970,6 +2976,7 @@
2970
2976
},
2971
2977
"gitlens.views.drafts.avatars": {
2972
2978
"type": "boolean",
2979
+
"tags": ["preview"],
2973
2980
"default": true,
2974
2981
"markdownDescription": "Specifies whether to show avatar images instead of commit (or status) icons in the _Cloud Patches_ view",
2975
2982
"scope": "window",
@@ -3047,6 +3054,7 @@
3047
3054
"boolean",
3048
3055
"string"
3049
3056
],
3057
+
"tags": ["preview"],
3050
3058
"enum": [
3051
3059
false,
3052
3060
"branch",
@@ -3065,103 +3073,118 @@
3065
3073
"gitlens.views.workspaces.showUpstreamStatus": {
3066
3074
"type": "boolean",
3067
3075
"default": true,
3076
+
"tags": ["preview"],
3068
3077
"markdownDescription": "Specifies whether to show the upstream status of the current branch for each repository in the _GitKraken Workspaces_ view",
3069
3078
"scope": "window",
3070
3079
"order": 11
3071
3080
},
3072
3081
"gitlens.views.workspaces.includeWorkingTree": {
3073
3082
"type": "boolean",
3074
3083
"default": false,
3084
+
"tags": ["preview"],
3075
3085
"markdownDescription": "Specifies whether to include working tree file status for each repository in the _GitKraken Workspaces_ view",
"markdownDescription": "Specifies whether to query for pull requests associated with branches and commits in the _GitKraken Workspaces_ view. Requires a connection to a supported remote service (e.g. GitHub)",
"markdownDescription": "Specifies whether to show pull requests (if any) associated with branches in the _GitKraken Workspaces_ view. Requires a connection to a supported remote service (e.g. GitHub)",
"markdownDescription": "Specifies whether to show pull requests (if any) associated with commits in the _GitKraken Workspaces_ view. Requires a connection to a supported remote service (e.g. GitHub)",
3097
3110
"scope": "window",
3098
3111
"order": 22
3099
3112
},
3100
3113
"gitlens.views.workspaces.showCommits": {
3101
3114
"type": "boolean",
3115
+
"tags": ["preview"],
3102
3116
"default": true,
3103
3117
"markdownDescription": "Specifies whether to show the commits on the current branch for each repository in the _GitKraken Workspaces_ view",
3104
3118
"scope": "window",
3105
3119
"order": 30
3106
3120
},
3107
3121
"gitlens.views.workspaces.showBranches": {
3108
3122
"type": "boolean",
3123
+
"tags": ["preview"],
3109
3124
"default": true,
3110
3125
"markdownDescription": "Specifies whether to show the branches for each repository in the _GitKraken Workspaces_ view",
3111
3126
"scope": "window",
3112
3127
"order": 31
3113
3128
},
3114
3129
"gitlens.views.workspaces.showRemotes": {
3115
3130
"type": "boolean",
3131
+
"tags": ["preview"],
3116
3132
"default": true,
3117
3133
"markdownDescription": "Specifies whether to show the remotes for each repository in the _GitKraken Workspaces_ view",
3118
3134
"scope": "window",
3119
3135
"order": 32
3120
3136
},
3121
3137
"gitlens.views.workspaces.showStashes": {
3122
3138
"type": "boolean",
3139
+
"tags": ["preview"],
3123
3140
"default": true,
3124
3141
"markdownDescription": "Specifies whether to show the stashes for each repository in the _GitKraken Workspaces_ view",
3125
3142
"scope": "window",
3126
3143
"order": 33
3127
3144
},
3128
3145
"gitlens.views.workspaces.showTags": {
3129
3146
"type": "boolean",
3147
+
"tags": ["preview"],
3130
3148
"default": true,
3131
3149
"markdownDescription": "Specifies whether to show the tags for each repository in the _GitKraken Workspaces_ view",
3132
3150
"scope": "window",
3133
3151
"order": 34
3134
3152
},
3135
3153
"gitlens.views.workspaces.showContributors": {
3136
3154
"type": "boolean",
3155
+
"tags": ["preview"],
3137
3156
"default": true,
3138
3157
"markdownDescription": "Specifies whether to show the contributors for each repository in the _GitKraken Workspaces_ view",
3139
3158
"scope": "window",
3140
3159
"order": 35
3141
3160
},
3142
3161
"gitlens.views.workspaces.showWorktrees": {
3143
3162
"type": "boolean",
3163
+
"tags": ["preview"],
3144
3164
"default": true,
3145
3165
"markdownDescription": "Specifies whether to show the worktrees for each repository in the _GitKraken Workspaces_ view",
"markdownDescription": "Specifies whether to show the experimental incoming activity for each repository in the _GitKraken Workspaces_ view",
3153
3174
"scope": "window",
3154
3175
"order": 37
3155
3176
},
3156
3177
"gitlens.views.workspaces.avatars": {
3157
3178
"type": "boolean",
3179
+
"tags": ["preview"],
3158
3180
"default": true,
3159
3181
"markdownDescription": "Specifies whether to show avatar images instead of commit (or status) icons in the _GitKraken Workspaces_ view",
3160
3182
"scope": "window",
3161
3183
"order": 60
3162
3184
},
3163
3185
"gitlens.views.workspaces.branches.layout": {
3164
3186
"type": "string",
3187
+
"tags": ["preview"],
3165
3188
"default": "tree",
3166
3189
"enum": [
3167
3190
"list",
@@ -3178,6 +3201,7 @@
3178
3201
"gitlens.views.workspaces.files.layout": {
3179
3202
"type": "string",
3180
3203
"default": "auto",
3204
+
"tags": ["preview"],
3181
3205
"enum": [
3182
3206
"auto",
3183
3207
"list",
@@ -3194,20 +3218,23 @@
3194
3218
},
3195
3219
"gitlens.views.workspaces.files.threshold": {
3196
3220
"type": "number",
3221
+
"tags": ["preview"],
3197
3222
"default": 5,
3198
3223
"markdownDescription": "Specifies when to switch between displaying files as a `tree` or `list` based on the number of files in a nesting level in the _GitKraken Workspaces_ view. Only applies when `#gitlens.views.workspaces.files.layout#` is set to `auto`",
3199
3224
"scope": "window",
3200
3225
"order": 81
3201
3226
},
3202
3227
"gitlens.views.workspaces.files.compact": {
3203
3228
"type": "boolean",
3229
+
"tags": ["preview"],
3204
3230
"default": true,
3205
3231
"markdownDescription": "Specifies whether to compact (flatten) unnecessary file nesting in the _GitKraken Workspaces_ view. Only applies when `#gitlens.views.workspaces.files.layout#` is set to `tree` or `auto`",
3206
3232
"scope": "window",
3207
3233
"order": 82
3208
3234
},
3209
3235
"gitlens.views.workspaces.files.icon": {
3210
3236
"type": "string",
3237
+
"tags": ["preview"],
3211
3238
"default": "type",
3212
3239
"enum": [
3213
3240
"status",
@@ -3223,6 +3250,7 @@
3223
3250
},
3224
3251
"gitlens.views.workspaces.compact": {
3225
3252
"type": "boolean",
3253
+
"tags": ["preview"],
3226
3254
"default": false,
3227
3255
"markdownDescription": "Specifies whether to show the _GitKraken Workspaces_ view in a compact display density",
0 commit comments