settings.local.json 1010 B

12345678910111213141516171819202122232425262728293031323334
  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. ]
  28. },
  29. "model": "opusplan",
  30. "dangerouslySkipPermissions": true,
  31. "allowedPaths": [
  32. "E:/workspace/bitforum.io"
  33. ]
  34. }