settings.local.json 168 B

12345678
  1. {
  2. "permissions": {
  3. "allow": [
  4. "PowerShell(Get-Command node, npm, npx -ErrorAction SilentlyContinue)",
  5. "PowerShell(docker --version 2>&1)"
  6. ]
  7. }
  8. }