settings.local.json 99 B

12345678
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(command -v php)",
  5. "Bash(php -v)"
  6. ]
  7. }
  8. }