fix(#2356): enable built-in bash for choom by dropping it from managed-settings deny
This commit is contained in:
parent
0fc4600d07
commit
3e2565d355
2 changed files with 19 additions and 7 deletions
|
|
@ -2,6 +2,6 @@
|
|||
"autoCompactEnabled": false,
|
||||
"autoMemoryEnabled": false,
|
||||
"permissions": {
|
||||
"deny": ["Bash", "Task", "TodoWrite"]
|
||||
"deny": ["Task", "TodoWrite"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue