Skip to content

Commit 990ecb3

Browse files
committed
chore: enable gh tool auto-approval in VS Code
1 parent 22adb7c commit 990ecb3

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
@@ -1,3 +1,6 @@
11
{
2-
"java.compile.nullAnalysis.mode": "automatic"
2+
"java.compile.nullAnalysis.mode": "automatic",
3+
"chat.tools.terminal.autoApprove": {
4+
"gh": true
5+
}
36
}

0 commit comments

Comments
 (0)