Skip to content

Commit dfdb84c

Browse files
authored
Merge pull request microsoft#261023 from microsoft/tyriar/auto_approve_settings
Add some common auto approve settings
2 parents 1a66427 + 1602cc5 commit dfdb84c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
// --- Chat ---
33
// "inlineChat.enableV2": true,
4+
"chat.tools.terminal.autoApprove": {
5+
"/^npm (test|lint|run compile)\\b/": true,
6+
"/^npx tsc\\b.*--noEmit/": true,
7+
"scripts/test.bat": true,
8+
"scripts/test.sh": true,
9+
"scripts/test-integration.bat": true,
10+
"scripts/test-integration.sh": true,
11+
},
412

513
// --- Editor ---
614
"editor.insertSpaces": false,

0 commit comments

Comments
 (0)