Skip to content

Commit f0e80a0

Browse files
committed
Add chat.tools.terminal.autoApprove setting to VSCode configuration
1 parent a257e0a commit f0e80a0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
"dist": true // set this to false to include "dist" folder in search results
1010
},
1111
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
12-
"typescript.tsc.autoDetect": "off"
12+
"typescript.tsc.autoDetect": "off",
13+
"chat.tools.terminal.autoApprove": {
14+
"gh": true
15+
}
1316
}

0 commit comments

Comments
 (0)