📄 settings.local.json
1 2 3 4 5 6 7 8 9 10 11 12
{
  "permissions": {
    "allow": [
      "Bash(dotnet restore:*)",
      "Bash(dotnet build:*)",
      "Bash(dotnet run:*)"
    ],
    "deny": [],
    "ask": []
  }
}