Enhance Bash settings in settings.local.json to include Git commit command for improved development workflow. This addition streamlines the process for developers by allowing direct execution of Git commit operations from the command line.

This commit is contained in:
dawnsystem 2025-11-16 01:26:07 +01:00
parent beb978355c
commit 21443f578a

View file

@ -4,7 +4,8 @@
"Bash(docker compose:*)",
"Bash(dir:*)",
"Bash(npm run lint)",
"Bash(pnpm run lint:*)"
"Bash(pnpm run lint:*)",
"Bash(git commit:*)"
],
"deny": [],
"ask": []