settings.local.json 140 B

123456789
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(git checkout *)",
  5. "mcp__ide__getDiagnostics",
  6. "Bash(npm install *)"
  7. ]
  8. }
  9. }