settings.json: hoist disableAllHooks to top of file
Move disableAllHooks next to the opening brace so the master toggle is visible at the top instead of buried below env and enableAllProjectMcpServers. Behavior unchanged (remains false). Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"disableAllHooks": false,
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"allow": [
|
"allow": [
|
||||||
"Edit(*)",
|
"Edit(*)",
|
||||||
@@ -82,7 +83,6 @@
|
|||||||
"CLAUDE_AUTOCOMPACT_PCT_OVERRIDE": "80"
|
"CLAUDE_AUTOCOMPACT_PCT_OVERRIDE": "80"
|
||||||
},
|
},
|
||||||
"enableAllProjectMcpServers": true,
|
"enableAllProjectMcpServers": true,
|
||||||
"disableAllHooks": false,
|
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"PreToolUse": [
|
"PreToolUse": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user