Update editor settings for git operations

- Add git push, add, and commit to allowed bash commands
- Enable automated git workflow for development
This commit is contained in:
martin 2025-08-22 20:19:30 +02:00
commit dac0c816bc

View file

@ -16,7 +16,8 @@
"Bash(move setup.js scripts)",
"Bash(npm run type-check:*)",
"Bash(git push:*)",
"Bash(git add:*)"
"Bash(git add:*)",
"Bash(git commit:*)"
],
"deny": [],
"ask": [],