36 lines
877 B
JSON
36 lines
877 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cat:*)",
|
|
"Bash(cargo build:*)",
|
|
"Bash(cargo test:*)",
|
|
"Bash(cargo run:*)",
|
|
"Bash(cargo tree:*)",
|
|
"WebFetch(domain:docs.rs)",
|
|
"Bash(findstr:*)",
|
|
"Bash(cargo check:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(find:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(wc:*)",
|
|
"Bash(pgrep:*)",
|
|
"Bash(cargo doc:*)",
|
|
"Bash(xargs dirname:*)",
|
|
"Bash(xargs -I {} find {} -name \"*.cs\")",
|
|
"Bash(RUST_LOG=debug cargo run:*)",
|
|
"WebSearch",
|
|
"Bash(cargo search:*)",
|
|
"Bash(cargo install:*)",
|
|
"Bash(diesel setup:*)",
|
|
"Bash(diesel migration generate:*)",
|
|
"Bash(diesel migration run:*)",
|
|
"Bash(sqlite3:*)",
|
|
"Bash(diesel migration redo:*)",
|
|
"Bash(tree:*)"
|
|
],
|
|
"additionalDirectories": [
|
|
"/home/connor/repos/CBAssets/"
|
|
]
|
|
}
|
|
}
|