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