Skip to content

Commit 7473c71

Browse files
committed
Adds preview tags to settings
1 parent 30cd912 commit 7473c71

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

package.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,6 +1230,7 @@
12301230
"properties": {
12311231
"gitlens.home.preview.enabled": {
12321232
"type": "boolean",
1233+
"tags": ["preview"],
12331234
"default": false,
12341235
"markdownDescription": "Specifies whether to enable the new home preview",
12351236
"scope": "window",
@@ -1400,6 +1401,7 @@
14001401
"properties": {
14011402
"gitlens.cloudPatches.enabled": {
14021403
"type": "boolean",
1404+
"tags": ["preview"],
14031405
"default": true,
14041406
"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",
14051407
"scope": "window",
@@ -1567,7 +1569,7 @@
15671569
"gitlens.views.launchpad.enabled": {
15681570
"type": "boolean",
15691571
"default": false,
1570-
"markdownDescription": "(Experimental) Specifies whether to enable an experimental _Launchpad_ view",
1572+
"markdownDescription": "Specifies whether to enable an experimental _Launchpad_ view (Experimental)",
15711573
"scope": "window",
15721574
"tags": [
15731575
"experimental"
@@ -2924,6 +2926,7 @@
29242926
"properties": {
29252927
"gitlens.views.drafts.files.layout": {
29262928
"type": "string",
2929+
"tags": ["preview"],
29272930
"default": "auto",
29282931
"enum": [
29292932
"auto",
@@ -2941,20 +2944,23 @@
29412944
},
29422945
"gitlens.views.drafts.files.threshold": {
29432946
"type": "number",
2947+
"tags": ["preview"],
29442948
"default": 5,
29452949
"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`",
29462950
"scope": "window",
29472951
"order": 31
29482952
},
29492953
"gitlens.views.drafts.files.compact": {
29502954
"type": "boolean",
2955+
"tags": ["preview"],
29512956
"default": true,
29522957
"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`",
29532958
"scope": "window",
29542959
"order": 32
29552960
},
29562961
"gitlens.views.drafts.files.icon": {
29572962
"type": "string",
2963+
"tags": ["preview"],
29582964
"default": "type",
29592965
"enum": [
29602966
"status",
@@ -2970,6 +2976,7 @@
29702976
},
29712977
"gitlens.views.drafts.avatars": {
29722978
"type": "boolean",
2979+
"tags": ["preview"],
29732980
"default": true,
29742981
"markdownDescription": "Specifies whether to show avatar images instead of commit (or status) icons in the _Cloud Patches_ view",
29752982
"scope": "window",
@@ -3047,6 +3054,7 @@
30473054
"boolean",
30483055
"string"
30493056
],
3057+
"tags": ["preview"],
30503058
"enum": [
30513059
false,
30523060
"branch",
@@ -3065,103 +3073,118 @@
30653073
"gitlens.views.workspaces.showUpstreamStatus": {
30663074
"type": "boolean",
30673075
"default": true,
3076+
"tags": ["preview"],
30683077
"markdownDescription": "Specifies whether to show the upstream status of the current branch for each repository in the _GitKraken Workspaces_ view",
30693078
"scope": "window",
30703079
"order": 11
30713080
},
30723081
"gitlens.views.workspaces.includeWorkingTree": {
30733082
"type": "boolean",
30743083
"default": false,
3084+
"tags": ["preview"],
30753085
"markdownDescription": "Specifies whether to include working tree file status for each repository in the _GitKraken Workspaces_ view",
30763086
"scope": "window",
30773087
"order": 12
30783088
},
30793089
"gitlens.views.workspaces.pullRequests.enabled": {
30803090
"type": "boolean",
30813091
"default": true,
3092+
"tags": ["preview"],
30823093
"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)",
30833094
"scope": "window",
30843095
"order": 20
30853096
},
30863097
"gitlens.views.workspaces.pullRequests.showForBranches": {
30873098
"type": "boolean",
30883099
"default": true,
3100+
"tags": ["preview"],
30893101
"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)",
30903102
"scope": "window",
30913103
"order": 21
30923104
},
30933105
"gitlens.views.workspaces.pullRequests.showForCommits": {
30943106
"type": "boolean",
3107+
"tags": ["preview"],
30953108
"default": true,
30963109
"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)",
30973110
"scope": "window",
30983111
"order": 22
30993112
},
31003113
"gitlens.views.workspaces.showCommits": {
31013114
"type": "boolean",
3115+
"tags": ["preview"],
31023116
"default": true,
31033117
"markdownDescription": "Specifies whether to show the commits on the current branch for each repository in the _GitKraken Workspaces_ view",
31043118
"scope": "window",
31053119
"order": 30
31063120
},
31073121
"gitlens.views.workspaces.showBranches": {
31083122
"type": "boolean",
3123+
"tags": ["preview"],
31093124
"default": true,
31103125
"markdownDescription": "Specifies whether to show the branches for each repository in the _GitKraken Workspaces_ view",
31113126
"scope": "window",
31123127
"order": 31
31133128
},
31143129
"gitlens.views.workspaces.showRemotes": {
31153130
"type": "boolean",
3131+
"tags": ["preview"],
31163132
"default": true,
31173133
"markdownDescription": "Specifies whether to show the remotes for each repository in the _GitKraken Workspaces_ view",
31183134
"scope": "window",
31193135
"order": 32
31203136
},
31213137
"gitlens.views.workspaces.showStashes": {
31223138
"type": "boolean",
3139+
"tags": ["preview"],
31233140
"default": true,
31243141
"markdownDescription": "Specifies whether to show the stashes for each repository in the _GitKraken Workspaces_ view",
31253142
"scope": "window",
31263143
"order": 33
31273144
},
31283145
"gitlens.views.workspaces.showTags": {
31293146
"type": "boolean",
3147+
"tags": ["preview"],
31303148
"default": true,
31313149
"markdownDescription": "Specifies whether to show the tags for each repository in the _GitKraken Workspaces_ view",
31323150
"scope": "window",
31333151
"order": 34
31343152
},
31353153
"gitlens.views.workspaces.showContributors": {
31363154
"type": "boolean",
3155+
"tags": ["preview"],
31373156
"default": true,
31383157
"markdownDescription": "Specifies whether to show the contributors for each repository in the _GitKraken Workspaces_ view",
31393158
"scope": "window",
31403159
"order": 35
31413160
},
31423161
"gitlens.views.workspaces.showWorktrees": {
31433162
"type": "boolean",
3163+
"tags": ["preview"],
31443164
"default": true,
31453165
"markdownDescription": "Specifies whether to show the worktrees for each repository in the _GitKraken Workspaces_ view",
31463166
"scope": "window",
31473167
"order": 36
31483168
},
31493169
"gitlens.views.workspaces.showIncomingActivity": {
31503170
"type": "boolean",
3171+
"tags": ["preview"],
31513172
"default": false,
31523173
"markdownDescription": "Specifies whether to show the experimental incoming activity for each repository in the _GitKraken Workspaces_ view",
31533174
"scope": "window",
31543175
"order": 37
31553176
},
31563177
"gitlens.views.workspaces.avatars": {
31573178
"type": "boolean",
3179+
"tags": ["preview"],
31583180
"default": true,
31593181
"markdownDescription": "Specifies whether to show avatar images instead of commit (or status) icons in the _GitKraken Workspaces_ view",
31603182
"scope": "window",
31613183
"order": 60
31623184
},
31633185
"gitlens.views.workspaces.branches.layout": {
31643186
"type": "string",
3187+
"tags": ["preview"],
31653188
"default": "tree",
31663189
"enum": [
31673190
"list",
@@ -3178,6 +3201,7 @@
31783201
"gitlens.views.workspaces.files.layout": {
31793202
"type": "string",
31803203
"default": "auto",
3204+
"tags": ["preview"],
31813205
"enum": [
31823206
"auto",
31833207
"list",
@@ -3194,20 +3218,23 @@
31943218
},
31953219
"gitlens.views.workspaces.files.threshold": {
31963220
"type": "number",
3221+
"tags": ["preview"],
31973222
"default": 5,
31983223
"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`",
31993224
"scope": "window",
32003225
"order": 81
32013226
},
32023227
"gitlens.views.workspaces.files.compact": {
32033228
"type": "boolean",
3229+
"tags": ["preview"],
32043230
"default": true,
32053231
"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`",
32063232
"scope": "window",
32073233
"order": 82
32083234
},
32093235
"gitlens.views.workspaces.files.icon": {
32103236
"type": "string",
3237+
"tags": ["preview"],
32113238
"default": "type",
32123239
"enum": [
32133240
"status",
@@ -3223,6 +3250,7 @@
32233250
},
32243251
"gitlens.views.workspaces.compact": {
32253252
"type": "boolean",
3253+
"tags": ["preview"],
32263254
"default": false,
32273255
"markdownDescription": "Specifies whether to show the _GitKraken Workspaces_ view in a compact display density",
32283256
"scope": "window",
@@ -3233,6 +3261,7 @@
32333261
"boolean",
32343262
"string"
32353263
],
3264+
"tags": ["preview"],
32363265
"enum": [
32373266
false,
32383267
"branch"
@@ -3677,9 +3706,6 @@
36773706
{
36783707
"id": "ai",
36793708
"title": "AI (ᴇxᴘᴇʀɪᴍᴇɴᴛᴀʟ)",
3680-
"tags": [
3681-
"experimental"
3682-
],
36833709
"order": 1000,
36843710
"properties": {
36853711
"gitlens.ai.experimental.generateCommitMessage.enabled": {

0 commit comments

Comments
 (0)