mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
feat: add AI co-author support for commits (#296435)
This commit is contained in:
@@ -241,6 +241,10 @@
|
||||
"config.worktreeIncludeFiles": "Configure [glob patterns](https://aka.ms/vscode-glob-patterns) for files and folders that are included when creating a new worktree. Only files and folders that match the patterns and are listed in `.gitignore` will be copied to the newly created worktree.",
|
||||
"config.alwaysShowStagedChangesResourceGroup": "Always show the Staged Changes resource group.",
|
||||
"config.alwaysSignOff": "Controls the signoff flag for all commits.",
|
||||
"config.addAICoAuthor": "Controls whether a 'Co-authored-by' trailer is automatically added to the commit message when AI-generated code is included in the commit.",
|
||||
"config.addAICoAuthor.off": "Never add the AI co-author trailer.",
|
||||
"config.addAICoAuthor.chatAndAgent": "Add the AI co-author trailer when code from chat or agent edits is included.",
|
||||
"config.addAICoAuthor.all": "Add the AI co-author trailer when any AI-generated code is included, such as inline completions, chat, or agent edits.",
|
||||
"config.ignoreSubmodules": "Ignore modifications to submodules in the file tree.",
|
||||
"config.ignoredRepositories": "List of Git repositories to ignore.",
|
||||
"config.scanRepositories": "List of paths to search for Git repositories in.",
|
||||
|
||||
Reference in New Issue
Block a user