settings.local.json 545 B

1234567891011121314151617
  1. {
  2. "permissions": {
  3. "allow": [
  4. "PowerShell(Get-Command node, npm, npx -ErrorAction SilentlyContinue)",
  5. "PowerShell(docker --version 2>&1)",
  6. "WebFetch(domain:www.roomeqwizard.com)",
  7. "WebFetch(domain:github.com)",
  8. "WebFetch(domain:raw.githubusercontent.com)",
  9. "WebSearch",
  10. "WebFetch(domain:www.nti-audio.com)",
  11. "WebFetch(domain:www.utko.fekt.vut.cz)",
  12. "WebFetch(domain:cdn.standards.iteh.ai)",
  13. "WebFetch(domain:acousplan.com)",
  14. "WebFetch(domain:en.wikipedia.org)"
  15. ]
  16. }
  17. }