Skip to content

Commit f73ad4f

Browse files
committed
Adds experimental tags to settings
1 parent 28eb006 commit f73ad4f

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

package.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,6 +1369,9 @@
13691369
"gitlens.launchpad.experimental.queryLimit": {
13701370
"type": "number",
13711371
"default": 100,
1372+
"tags": [
1373+
"experimental"
1374+
],
13721375
"markdownDescription": "(Experimental) Specifies a limit on the number of pull requests to be queried in the _Launchpad_",
13731376
"scope": "window",
13741377
"order": 1100
@@ -1551,6 +1554,9 @@
15511554
"default": false,
15521555
"markdownDescription": "(Experimental) Specifies whether to enable an experimental _Launchpad_ view",
15531556
"scope": "window",
1557+
"tags": [
1558+
"experimental"
1559+
],
15541560
"order": 10
15551561
},
15561562
"gitlens.views.launchpad.files.layout": {
@@ -3656,41 +3662,59 @@
36563662
{
36573663
"id": "ai",
36583664
"title": "AI (ᴇxᴘᴇʀɪᴍᴇɴᴛᴀʟ)",
3665+
"tags": [
3666+
"experimental"
3667+
],
36593668
"order": 1000,
36603669
"properties": {
36613670
"gitlens.ai.experimental.generateCommitMessage.enabled": {
36623671
"type": "boolean",
36633672
"default": true,
36643673
"markdownDescription": "Specifies whether to enable GitLens' experimental, AI-powered, on-demand commit message generation",
36653674
"scope": "window",
3675+
"tags": [
3676+
"experimental"
3677+
],
36663678
"order": 1
36673679
},
36683680
"gitlens.experimental.generateCommitMessagePrompt": {
36693681
"type": "string",
36703682
"default": "Now, based on the provided code diff and any additional context, create a concise but meaningful commit message following the instructions above.",
36713683
"markdownDescription": "Specifies the prompt to use to tell the AI provider how to structure or format the generated commit message",
36723684
"scope": "window",
3685+
"tags": [
3686+
"experimental"
3687+
],
36733688
"order": 2
36743689
},
36753690
"gitlens.experimental.generateCloudPatchMessagePrompt": {
36763691
"type": "string",
36773692
"default": "Now, based on the provided code diff and any additional context, create a concise but meaningful title and description following the instructions above.",
36783693
"markdownDescription": "Specifies the prompt to use to tell the AI provider how to structure or format the generated title and description",
36793694
"scope": "window",
3695+
"tags": [
3696+
"experimental"
3697+
],
36803698
"order": 3
36813699
},
36823700
"gitlens.experimental.generateCodeSuggestMessagePrompt": {
36833701
"type": "string",
36843702
"default": "Now, based on the provided code diff and any additional context, create a concise but meaningful code review title and description following the instructions above.",
36853703
"markdownDescription": "Specifies the prompt to use to tell the AI provider how to structure or format the generated title and description",
36863704
"scope": "window",
3705+
"tags": [
3706+
"experimental"
3707+
],
36873708
"order": 3
36883709
},
36893710
"gitlens.ai.experimental.model": {
36903711
"type": [
36913712
"string",
36923713
"null"
36933714
],
3715+
"tags": [
3716+
"experimental"
3717+
],
36943718
"default": null,
36953719
"enum": [
36963720
"openai:gpt-4o",
@@ -3743,6 +3767,9 @@
37433767
"string",
37443768
"null"
37453769
],
3770+
"tags": [
3771+
"experimental"
3772+
],
37463773
"default": null,
37473774
"markdownDescription": "Specifies a custom URL to use for access to an OpenAI model via Azure. Azure URLs should be in the following format: https://{your-resource-name}.openai.azure.com/openai/deployments/{deployment-id}/chat/completions?api-version={api-version}",
37483775
"scope": "window",
@@ -3753,6 +3780,9 @@
37533780
"string",
37543781
"null"
37553782
],
3783+
"tags": [
3784+
"experimental"
3785+
],
37563786
"default": null,
37573787
"pattern": "^(.*):(.*)$",
37583788
"markdownDescription": "Specifies the VS Code provided model to use for GitLens' experimental AI features, formatted as `vendor:family`",
@@ -4542,6 +4572,9 @@
45424572
"editor",
45434573
"view"
45444574
],
4575+
"tags": [
4576+
"experimental"
4577+
],
45454578
"enumDescriptions": [
45464579
"Prefer showing Cloud Patches in the editor area",
45474580
"Prefer showing Cloud Patches in a view"

0 commit comments

Comments
 (0)