Compare commits

...

2 Commits

Author SHA1 Message Date
Andres Resiri 5829a94a74 chore(editor): add vscode settings
CI / Quality gate (push) Has been cancelled
2026-08-03 14:49:15 -04:00
Andres Resiri 06c25a168b chore(docker): increase build memory via NODE_OPTIONS 2026-08-03 14:49:15 -04:00
+7
View File
@@ -0,0 +1,7 @@
{
"chat.tools.terminal.autoApprove": {
"git remote": true,
"git push": true,
"git pull": true
}
}