Skip to content

Commit d0f5a57

Browse files
feat: enable auto-approval for git add and git commit in terminal
1 parent c4d5693 commit d0f5a57

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"github.copilot.nextEditSuggestions.enabled": true
2+
"github.copilot.nextEditSuggestions.enabled": true,
3+
"chat.tools.terminal.autoApprove": {
4+
"git add": true,
5+
"git commit": true
6+
}
37
}

0 commit comments

Comments
 (0)