We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a66427 + 1602cc5 commit dfdb84cCopy full SHA for dfdb84c
.vscode/settings.json
@@ -1,6 +1,14 @@
1
{
2
// --- Chat ---
3
// "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
+ },
12
13
// --- Editor ---
14
"editor.insertSpaces": false,
0 commit comments