Skip to content

Commit c25debb

Browse files
authored
Fixes: 4875 (SchemaStore#4876)
Adjust the RegEx for permissions to work properly with JetBrains IDEs
1 parent f21ef04 commit c25debb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/json/claude-code-settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"permissionRule": {
4747
"type": "string",
4848
"description": "Tool permission rule (e.g., 'Bash(ls:*)', 'Read(~/.zshrc)', 'WebFetch(domain:github.com)')",
49-
"pattern": "^(Agent|Bash|Edit|Glob|Grep|LS|MultiEdit|NotebookEdit|NotebookRead|Read|TodoRead|TodoWrite|WebFetch|WebSearch|Write)\\(?|^mcp__"
49+
"pattern": "^((Agent|Bash|Edit|Glob|Grep|LS|MultiEdit|NotebookEdit|NotebookRead|Read|TodoRead|TodoWrite|WebFetch|WebSearch|Write)\\(?|^mcp__)"
5050
}
5151
},
5252
"description": "Configuration file for Claude Code CLI settings",

0 commit comments

Comments
 (0)