20 lines
382 B
JSON
20 lines
382 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dotnet build)",
|
|
"Bash(dotnet run:*)",
|
|
"Bash(powershell:*)",
|
|
"Bash(dotnet script:*)",
|
|
"Bash(taskkill:*)",
|
|
"Bash(dir:*)",
|
|
"Bash(cd:*)",
|
|
"Bash(tree:*)",
|
|
"Bash(del Index.cshtml Index.cshtml.cs)",
|
|
"Bash(dotnet build:*)",
|
|
"Bash(find:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|