|
1369 | 1369 | "gitlens.launchpad.experimental.queryLimit": { |
1370 | 1370 | "type": "number", |
1371 | 1371 | "default": 100, |
| 1372 | + "tags": [ |
| 1373 | + "experimental" |
| 1374 | + ], |
1372 | 1375 | "markdownDescription": "(Experimental) Specifies a limit on the number of pull requests to be queried in the _Launchpad_", |
1373 | 1376 | "scope": "window", |
1374 | 1377 | "order": 1100 |
|
1551 | 1554 | "default": false, |
1552 | 1555 | "markdownDescription": "(Experimental) Specifies whether to enable an experimental _Launchpad_ view", |
1553 | 1556 | "scope": "window", |
| 1557 | + "tags": [ |
| 1558 | + "experimental" |
| 1559 | + ], |
1554 | 1560 | "order": 10 |
1555 | 1561 | }, |
1556 | 1562 | "gitlens.views.launchpad.files.layout": { |
|
3656 | 3662 | { |
3657 | 3663 | "id": "ai", |
3658 | 3664 | "title": "AI (ᴇxᴘᴇʀɪᴍᴇɴᴛᴀʟ)", |
| 3665 | + "tags": [ |
| 3666 | + "experimental" |
| 3667 | + ], |
3659 | 3668 | "order": 1000, |
3660 | 3669 | "properties": { |
3661 | 3670 | "gitlens.ai.experimental.generateCommitMessage.enabled": { |
3662 | 3671 | "type": "boolean", |
3663 | 3672 | "default": true, |
3664 | 3673 | "markdownDescription": "Specifies whether to enable GitLens' experimental, AI-powered, on-demand commit message generation", |
3665 | 3674 | "scope": "window", |
| 3675 | + "tags": [ |
| 3676 | + "experimental" |
| 3677 | + ], |
3666 | 3678 | "order": 1 |
3667 | 3679 | }, |
3668 | 3680 | "gitlens.experimental.generateCommitMessagePrompt": { |
3669 | 3681 | "type": "string", |
3670 | 3682 | "default": "Now, based on the provided code diff and any additional context, create a concise but meaningful commit message following the instructions above.", |
3671 | 3683 | "markdownDescription": "Specifies the prompt to use to tell the AI provider how to structure or format the generated commit message", |
3672 | 3684 | "scope": "window", |
| 3685 | + "tags": [ |
| 3686 | + "experimental" |
| 3687 | + ], |
3673 | 3688 | "order": 2 |
3674 | 3689 | }, |
3675 | 3690 | "gitlens.experimental.generateCloudPatchMessagePrompt": { |
3676 | 3691 | "type": "string", |
3677 | 3692 | "default": "Now, based on the provided code diff and any additional context, create a concise but meaningful title and description following the instructions above.", |
3678 | 3693 | "markdownDescription": "Specifies the prompt to use to tell the AI provider how to structure or format the generated title and description", |
3679 | 3694 | "scope": "window", |
| 3695 | + "tags": [ |
| 3696 | + "experimental" |
| 3697 | + ], |
3680 | 3698 | "order": 3 |
3681 | 3699 | }, |
3682 | 3700 | "gitlens.experimental.generateCodeSuggestMessagePrompt": { |
3683 | 3701 | "type": "string", |
3684 | 3702 | "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.", |
3685 | 3703 | "markdownDescription": "Specifies the prompt to use to tell the AI provider how to structure or format the generated title and description", |
3686 | 3704 | "scope": "window", |
| 3705 | + "tags": [ |
| 3706 | + "experimental" |
| 3707 | + ], |
3687 | 3708 | "order": 3 |
3688 | 3709 | }, |
3689 | 3710 | "gitlens.ai.experimental.model": { |
3690 | 3711 | "type": [ |
3691 | 3712 | "string", |
3692 | 3713 | "null" |
3693 | 3714 | ], |
| 3715 | + "tags": [ |
| 3716 | + "experimental" |
| 3717 | + ], |
3694 | 3718 | "default": null, |
3695 | 3719 | "enum": [ |
3696 | 3720 | "openai:gpt-4o", |
|
3743 | 3767 | "string", |
3744 | 3768 | "null" |
3745 | 3769 | ], |
| 3770 | + "tags": [ |
| 3771 | + "experimental" |
| 3772 | + ], |
3746 | 3773 | "default": null, |
3747 | 3774 | "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}", |
3748 | 3775 | "scope": "window", |
|
3753 | 3780 | "string", |
3754 | 3781 | "null" |
3755 | 3782 | ], |
| 3783 | + "tags": [ |
| 3784 | + "experimental" |
| 3785 | + ], |
3756 | 3786 | "default": null, |
3757 | 3787 | "pattern": "^(.*):(.*)$", |
3758 | 3788 | "markdownDescription": "Specifies the VS Code provided model to use for GitLens' experimental AI features, formatted as `vendor:family`", |
|
4542 | 4572 | "editor", |
4543 | 4573 | "view" |
4544 | 4574 | ], |
| 4575 | + "tags": [ |
| 4576 | + "experimental" |
| 4577 | + ], |
4545 | 4578 | "enumDescriptions": [ |
4546 | 4579 | "Prefer showing Cloud Patches in the editor area", |
4547 | 4580 | "Prefer showing Cloud Patches in a view" |
|
0 commit comments