19 lines
359 B
JSON
19 lines
359 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dotnet --list-sdks:*)",
|
|
"Bash(winget install:*)",
|
|
"Bash(dotnet restore:*)",
|
|
"Bash(dotnet nuget:*)",
|
|
"Bash(csc -parse:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(dotnet build:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(copy:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
},
|
|
"outputStyle": "default"
|
|
}
|