Skip to content

Commit 0ba8828

Browse files
nzaytseveamodio
authored andcommitted
Adds experimental and preview tags to settings
1 parent 0738d46 commit 0ba8828

File tree

1 file changed

+28
-26
lines changed

1 file changed

+28
-26
lines changed

package.json

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,28 @@
13991399
"default": true,
14001400
"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",
14011401
"scope": "window",
1402-
"order": 10
1402+
"order": 10,
1403+
"tags": [
1404+
"preview"
1405+
]
1406+
},
1407+
"gitlens.cloudPatches.experimental.layout": {
1408+
"type": "string",
1409+
"default": "view",
1410+
"enum": [
1411+
"editor",
1412+
"view"
1413+
],
1414+
"enumDescriptions": [
1415+
"Prefer showing Cloud Patches in the editor area",
1416+
"Prefer showing Cloud Patches in a view"
1417+
],
1418+
"markdownDescription": "(Experimental) Specifies the preferred layout of for _Cloud Patches_",
1419+
"scope": "window",
1420+
"order": 20,
1421+
"tags": [
1422+
"experimental"
1423+
]
14031424
}
14041425
}
14051426
},
@@ -3074,7 +3095,7 @@
30743095
},
30753096
{
30763097
"id": "patch-details-view",
3077-
"title": "Patch Details View",
3098+
"title": "Patch Details View (ᴘʀᴇᴠɪᴇᴡ)",
30783099
"order": 250,
30793100
"properties": {
30803101
"gitlens.views.patchDetails.files.layout": {
@@ -3773,6 +3794,9 @@
37733794
"id": "ai",
37743795
"title": "AI (ᴘʀᴇᴠɪᴇᴡ)",
37753796
"order": 1000,
3797+
"tags": [
3798+
"preview"
3799+
],
37763800
"properties": {
37773801
"gitlens.ai.model": {
37783802
"type": [
@@ -3781,7 +3805,7 @@
37813805
],
37823806
"default": null,
37833807
"pattern": "^((anthropic|github|google|huggingface|openai|xai):([\\w.-]+)|vscode)$",
3784-
"markdownDescription": "Specifies the AI model to use for GitLens' experimental AI features. Should be formatted as `provider:model` (e.g. `openai:gpt-4o` or `anthropic:claude-3-5-sonnet-latest`), or `vscode` for models provided by the VS Code extension API (e.g. Copilot)",
3808+
"markdownDescription": "Specifies the AI model to use for GitLens' AI features. Should be formatted as `provider:model` (e.g. `openai:gpt-4o` or `anthropic:claude-3-5-sonnet-latest`), or `vscode` for models provided by the VS Code extension API (e.g. Copilot)",
37853809
"scope": "window",
37863810
"order": 10,
37873811
"tags": [
@@ -3795,7 +3819,7 @@
37953819
],
37963820
"default": null,
37973821
"pattern": "^(.*):(.*)$",
3798-
"markdownDescription": "Specifies the VS Code provided model to use for GitLens' experimental AI features, formatted as `vendor:family`",
3822+
"markdownDescription": "Specifies the VS Code provided model to use for GitLens' AI features, formatted as `vendor:family`",
37993823
"scope": "window",
38003824
"order": 20,
38013825
"tags": [
@@ -4636,28 +4660,6 @@
46364660
}
46374661
}
46384662
},
4639-
{
4640-
"id": "experimental",
4641-
"title": "Experimental",
4642-
"order": 9500,
4643-
"properties": {
4644-
"gitlens.cloudPatches.experimental.layout": {
4645-
"type": "string",
4646-
"default": "view",
4647-
"enum": [
4648-
"editor",
4649-
"view"
4650-
],
4651-
"enumDescriptions": [
4652-
"Prefer showing Cloud Patches in the editor area",
4653-
"Prefer showing Cloud Patches in a view"
4654-
],
4655-
"markdownDescription": "(Experimental) Specifies the preferred layout of for _Cloud Patches_",
4656-
"scope": "window",
4657-
"order": 20
4658-
}
4659-
}
4660-
},
46614663
{
46624664
"id": "advanced",
46634665
"title": "Advanced",

0 commit comments

Comments
 (0)