edits: add additional msbuild files to edits patterns (#274911)

This commit is contained in:
Connor Peet
2025-11-03 15:26:24 -08:00
committed by GitHub
parent 30486ef2a8
commit a8dac7f9e4

View File

@@ -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',