Area with issue?
JSON Schema
✔️ Expected Behavior
ClaudeCode Settings define the following to be part of the schema:
{
"permissions": {
"allow": [
"Bash(jq:*)"
]
}
}
❌ Actual Behavior
In PyCharm the above file is listed as non-conformant to the schema because it does not match the RegEx, while Bash( does.
JSON, YAML, or TOML file that does not work.
claude-code-settings.json
IDE or code editor.
IntelliJ and it's derivatives
Are you making a PR for this?
Yes, I will create a PR.