mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
feat: add AI co-author support for commits (#296435)
This commit is contained in:
@@ -3614,6 +3614,22 @@
|
||||
"default": false,
|
||||
"description": "%config.alwaysSignOff%"
|
||||
},
|
||||
"git.addAICoAuthor": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"off",
|
||||
"chatAndAgent",
|
||||
"all"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"%config.addAICoAuthor.off%",
|
||||
"%config.addAICoAuthor.chatAndAgent%",
|
||||
"%config.addAICoAuthor.all%"
|
||||
],
|
||||
"scope": "resource",
|
||||
"default": "off",
|
||||
"description": "%config.addAICoAuthor%"
|
||||
},
|
||||
"git.ignoreSubmodules": {
|
||||
"type": "boolean",
|
||||
"scope": "resource",
|
||||
|
||||
Reference in New Issue
Block a user