No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

40 líneas
2.5KB

  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(dotnet --version)",
  5. "Bash(dotnet new *)",
  6. "Bash(dotnet sln *)",
  7. "Read(//g//**)",
  8. "Bash(find /c -maxdepth 2 -iname \"*.sln\")",
  9. "Bash(dotnet list *)",
  10. "Bash(curl -s \"https://api.nuget.org/v3-flatcontainer/sqlitepclraw.bundle_e_sqlite3/index.json\")",
  11. "Bash(mkdir -p js/pages js/services js/components js/utils images)",
  12. "Bash(touch js/pages/.gitkeep js/services/.gitkeep js/components/.gitkeep js/utils/.gitkeep images/.gitkeep)",
  13. "Bash(ASPNETCORE_URLS=\"http://127.0.0.1:5187\" dotnet run --no-launch-profile)",
  14. "Bash(curl -s -o /dev/null -w \"css status=%{http_code}\\\\n\" http://127.0.0.1:5187/css/site.css)",
  15. "Bash(curl -s -o /dev/null -w \"bootstrap status=%{http_code}\\\\n\" http://127.0.0.1:5187/lib/bootstrap/dist/css/bootstrap.min.css)",
  16. "Bash(dotnet tool *)",
  17. "Bash(rm -f \"g:/development/C Sharp AI/CartWise/src/CartWise.Web/App_Data/cartwise.db\")",
  18. "Bash(ASPNETCORE_URLS=\"http://127.0.0.1:5187\" ASPNETCORE_ENVIRONMENT=\"Development\" dotnet run --no-launch-profile)",
  19. "Bash(xargs -I{} sh -c 'echo \"=== {} ===\"; cat {}')",
  20. "Bash(rm -f \"g:/development/C Sharp AI/CartWise/src/CartWise.Web/App_Data/cartwise.db\"*)",
  21. "Bash(powershell -Command 'Get-Process | Where-Object { $_.Id -eq 55048 } | Select-Object Id, ProcessName, Path')",
  22. "Bash(powershell -Command 'Get-Process | Where-Object { $_.ProcessName -like '\\\\''*CartWise*'\\\\'' } | Select-Object Id, ProcessName, Path')",
  23. "Bash(cd \"g:/development/C Sharp AI/CartWise\" && rm -f verify2.db* && dotnet ef database update --project src/CartWise.Infrastructure/CartWise.Infrastructure.csproj --startup-project src/CartWise.Web/CartWise.Web.csproj --connection \"Data Source=verify2.db\" 2>&1 | tail -15 && rm -f verify2.db*)",
  24. "Bash(python3 -c ' *)",
  25. "Bash(python -c ' *)",
  26. "PowerShell(Get-Process -Name \"CartWise.Web\" -ErrorAction SilentlyContinue)",
  27. "PowerShell(Stop-Process -Force -ErrorAction SilentlyContinue)",
  28. "Bash(chromium-cli --help)",
  29. "Bash(curl -s -b /tmp/cw4.txt http://127.0.0.1:5187/list -o /tmp/list2.html -w \"status=%{http_code}\\\\n\")",
  30. "Bash(sed -n '/shopping-list-quick-add/,/<\\\\/form>/p' /tmp/list2.html)",
  31. "Bash(sed -n '/shopping-list-item/,/<\\\\/li>/p' /tmp/list2.html)",
  32. "Bash(curl -s http://127.0.0.1:5187/css/site.css)",
  33. "PowerShell(\"done\")"
  34. ],
  35. "additionalDirectories": [
  36. "G:\\development\\C Sharp AI\\CartWise"
  37. ]
  38. }
  39. }

Powered by TurnKey Linux.