Enhance Bash settings in settings.local.json by adding commands for Docker operations, improving the development workflow for container management. This update allows developers to execute Docker Compose and build commands directly from the command line.

This commit is contained in:
dawnsystem 2025-11-16 02:05:14 +01:00
parent 21443f578a
commit 342fb9c421

View file

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