25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

18 satır
894B

  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(Get-ChildItem -Path \"C:\\\\Users\\\\Admin\\\\Downloads\\\\csharp-dotnet-ai-agent-pack-generic-uow\\\\csharp-dotnet-ai-agent-pack\" -Recurse -File)",
  5. "Bash(Select-Object FullName)",
  6. "Bash(Sort-Object FullName)",
  7. "PowerShell($path = \"C:\\\\Users\\\\Admin\\\\Downloads\\\\csharp-dotnet-ai-agent-pack-generic-uow\\\\csharp-dotnet-ai-agent-pack\"; if \\(Test-Path $path\\) { Write-Host \"Path exists\"; Get-ChildItem $path -Recurse | Sort-Object FullName | ForEach-Object { $_.FullName } } else { Write-Host \"Path does not exist\"; Get-ChildItem \"C:\\\\Users\\\\Admin\\\\Downloads\\\\\" })",
  8. "Bash(dotnet new *)",
  9. "Bash(dotnet sln *)",
  10. "Bash(dotnet restore *)",
  11. "Bash(dotnet build *)"
  12. ],
  13. "additionalDirectories": [
  14. "C:\\Users\\Admin\\Downloads\\EmployeeManager\\EmployeeManager"
  15. ]
  16. }
  17. }

Powered by TurnKey Linux.