settings.local.json 243 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 { "permissions": { "allow": [ "Bash(grep -E \"\\.(js|vue|html)$\")", "Bash(npm install axios)", "Bash(tree src/)", "Bash(npm run build)", "Bash(npm run build-only)" ], "deny": [], "ask": [] } }