Install Dep Beacon
Add Dep Beacon to VS Code or Zed, then open a supported npm manifest.
From VS Code
- Open the Extensions view.
- Search for `Dep Beacon`.
- Select Install.
- Open `package.json`, `pnpm-workspace.yaml`, or `pnpm-workspace.yml`.
From Zed
The zero-configuration workflow requires Dep Beacon `0.0.3` or newer.
- Open the command palette.
- Run `zed: extensions`.
- Search for `Dep Beacon` and select Install.
- Open `package.json`, `pnpm-workspace.yaml`, or `pnpm-workspace.yml`.
If that manifest was already open during installation or an update, run `editor: restart language server` once.
See the Zed extension guide for supported actions, settings, and editor-specific limitations.
What happens next
Dep Beacon activates automatically for JSON, JSONC, and YAML dependency files. Both editors show dependency diagnostics and update actions. VS Code also provides inline decorations; Zed uses its diagnostics multi-buffer and code-action menu without requiring settings.
Useful first VS Code settings
- Use `depBeacon.showInlineStatus` to show or hide the inline labels.
- Use `depBeacon.checkVulnerabilities` to enable or disable OSV vulnerability checks.
- Use `depBeacon.packageManager` if automatic package-manager detection picks the wrong command.