mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
edits: add additional msbuild files to edits patterns (#274911)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user