settings.local.json 246 B

1234567891011121314
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(ls:*)",
  5. "Bash(npm test)",
  6. "Bash(gh issue view:*)",
  7. "Bash(npx mocha:*)",
  8. "Bash(gh issue comment:*)",
  9. "Bash(gh issue close:*)"
  10. ],
  11. "deny": [],
  12. "ask": []
  13. }
  14. }