Configuration

Configure Dep Beacon from VS Code settings or workspace `.vscode/settings.json`.

Common settings

{
  "depBeacon.enable": true,
  "depBeacon.includePrerelease": false,
  "depBeacon.checkVulnerabilities": true,
  "depBeacon.registryUrl": "https://registry.npmjs.org",
  "depBeacon.showInlineStatus": true,
  "depBeacon.runInstallOnSave": false,
  "depBeacon.packageManager": "auto"
}

Registry

`depBeacon.registryUrl` can point at a private npm-compatible registry. Package links still open npmjs.com by default because that is the public package reference.

Cache

`depBeacon.cacheTtlMinutes` controls document analysis reuse. Use `Dep Beacon: Clear Registry Cache` when you publish a package and want fresh metadata immediately.