diff --git a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts index 65612b3f121..aafe1522286 100644 --- a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts +++ b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts @@ -268,7 +268,7 @@ configurationRegistry.registerConfiguration({ '**/.vscode/*.json': false, '**/.git/**': false, '**/{package.json,package-lock.json,server.xml,build.rs,web.config,.gitattributes,.env}': false, - '**/*.{csproj,fsproj,vbproj}': false, + '**/*.{csproj,fsproj,vbproj,vcxproj,proj,targets,props}': false, }, markdownDescription: nls.localize('chat.tools.autoApprove.edits', "Controls whether edits made by chat are automatically approved. The default is to approve all edits except those made to certain files which have the potential to cause immediate unintended side-effects, such as `**/.vscode/*.json`.\n\nSet to `true` to automatically approve edits to matching files, `false` to always require explicit approval. The last pattern matching a given file will determine whether the edit is automatically approved."), type: 'object',