mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 16:58:55 -05:00
Update default to chatAndAgent (#312880)
This commit is contained in:
@@ -3740,7 +3740,7 @@
|
||||
"%config.addAICoAuthor.all%"
|
||||
],
|
||||
"scope": "resource",
|
||||
"default": "all",
|
||||
"default": "chatAndAgent",
|
||||
"description": "%config.addAICoAuthor%"
|
||||
},
|
||||
"git.ignoreSubmodules": {
|
||||
|
||||
@@ -1498,7 +1498,7 @@ export class Repository implements Disposable {
|
||||
}
|
||||
|
||||
const config = workspace.getConfiguration('git', Uri.file(this.root));
|
||||
const addAICoAuthor = config.get<'off' | 'chatAndAgent' | 'all'>('addAICoAuthor', 'all');
|
||||
const addAICoAuthor = config.get<'off' | 'chatAndAgent' | 'all'>('addAICoAuthor', 'chatAndAgent');
|
||||
|
||||
if (addAICoAuthor === 'off') {
|
||||
return message;
|
||||
|
||||
Reference in New Issue
Block a user