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