settings.local.json 437 B

123456789101112131415161718
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(npm run dev:*)",
  5. "Bash(taskkill:*)",
  6. "Bash(netstat:*)",
  7. "Bash(findstr:*)",
  8. "Bash(dir:*)",
  9. "Read(//d/program/**)",
  10. "Bash(tree:*)",
  11. "Bash(git checkout:*)"
  12. ],
  13. "additionalDirectories": [
  14. "d:\\program\\AI-TALK\\ruoyi-modules\\yp-talk",
  15. "d:\\program\\AI-TALK\\ruoyi-modules\\yp-talk\\src\\main\\java\\org\\dromara\\talk"
  16. ]
  17. }
  18. }