chore: allow grep -E pattern in settings.local.json
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
353f21d69a
commit
dad777f6e4
1 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,8 @@
|
|||
"mcp__scrum4me__wait_for_job",
|
||||
"Bash(npx ctx7@latest docs /websites/github_en_rest \"How to fetch Copilot bot pull request reviews and identify them by author\")",
|
||||
"Bash(npm i *)",
|
||||
"Bash(curl *)"
|
||||
"Bash(curl *)",
|
||||
"Bash(grep -E \"\\\\.\\(tsx|ts\\)$\")"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue