settings.local.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(dotnet:*)",
  5. "Bash(powershell:*)",
  6. "Bash(git:*)",
  7. "Bash(ls:*)",
  8. "Bash(dir:*)",
  9. "Bash(cat:*)",
  10. "Bash(echo:*)",
  11. "FileEdit(E:\\workspace\\bitforum.io:*)",
  12. "FileRead(E:\\workspace\\bitforum.io:*)",
  13. "FileCreate(E:\\workspace\\bitforum.io:*)",
  14. "FileDelete(E:\\workspace\\bitforum.io:*)",
  15. "Bash(findstr:*)",
  16. "Bash(find:*)",
  17. "Bash(done)",
  18. "Bash(Select-String -Pattern \"error|Error\")",
  19. "Bash(Where-Object { $_ -notmatch \"MSB3027|MSB3021|MSB3026|NU1903|warning\" })",
  20. "WebFetch(domain:docs.upbit.com)",
  21. "WebFetch(domain:github.com)",
  22. "WebFetch(domain:raw.githubusercontent.com)",
  23. "Bash(taskkill:*)",
  24. "WebFetch(domain:developercommunity.visualstudio.com)",
  25. "Bash(if exist .vs rmdir /s /q .vs)",
  26. "Bash(grep:*)",
  27. "Bash(tasklist:*)",
  28. "Bash(Stop-Process -Id 7452 -Force)",
  29. "WebFetch(domain:global-docs.upbit.com)"
  30. ]
  31. },
  32. "model": "opusplan",
  33. "dangerouslySkipPermissions": true,
  34. "allowedPaths": [
  35. "E:/workspace/bitforum.io"
  36. ]
  37. }