27 lines
615 B
JSON
27 lines
615 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dotnet clean:*)",
|
|
"Bash(dotnet run)",
|
|
"Bash(dotnet add:*)",
|
|
"Bash(timeout 5 dotnet run:*)",
|
|
"Bash(dotnet remove:*)",
|
|
"Bash(netstat:*)",
|
|
"Bash(findstr:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(taskkill:*)",
|
|
"WebSearch",
|
|
"Bash(dotnet tool install:*)",
|
|
"Bash(protogen:*)",
|
|
"Bash(timeout 15 dotnet run:*)",
|
|
"Bash(where:*)",
|
|
"Bash(timeout 30 dotnet run:*)",
|
|
"Bash(timeout 60 dotnet run:*)",
|
|
"Bash(timeout 120 dotnet run:*)",
|
|
"Bash(git add:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|