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:
parent
9d5e2a0d4b
commit
dac0c816bc
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@
|
||||||
"Bash(move setup.js scripts)",
|
"Bash(move setup.js scripts)",
|
||||||
"Bash(npm run type-check:*)",
|
"Bash(npm run type-check:*)",
|
||||||
"Bash(git push:*)",
|
"Bash(git push:*)",
|
||||||
"Bash(git add:*)"
|
"Bash(git add:*)",
|
||||||
|
"Bash(git commit:*)"
|
||||||
],
|
],
|
||||||
"deny": [],
|
"deny": [],
|
||||||
"ask": [],
|
"ask": [],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue