settings.local.json 371 B

12345678910111213141516
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(ls:*)",
  5. "Bash(wc:*)",
  6. "Bash(npx vue-tsc:*)",
  7. "Bash(npm run:*)",
  8. "Bash(npm install:*)",
  9. "Bash(grep -E \"\\\\.\\(java|yml|properties|xml|sql|md\\)$\")",
  10. "Bash(mvn compile:*)",
  11. "Bash(grep -v \"^\\\\[ERROR\\\\]$\")",
  12. "Bash(grep -v \"^$\")",
  13. "Bash(mvn clean:*)"
  14. ]
  15. }
  16. }