Skip to content
GitHub Star 1

VS Code Extension Overview

The Patch Pulse VS Code extension shows inline version information for packages in your package.json files, so you can see which dependencies are outdated without leaving the editor.

  • Inline decorations — version status shown directly next to each dependency in package.json
  • Automatic checks — versions are checked when a package.json file is opened
  • Manual refresh — trigger a re-check at any time via the command palette

The following commands are available in the VS Code command palette (Cmd/Ctrl + Shift + P):

CommandDescription
Patch Pulse: Check Package VersionsRun a version check on the current workspace
Patch Pulse: Refresh Package VersionsRefresh previously checked version data

The extension activates automatically when:

  • A JSON file is opened, or
  • A package.json file is detected anywhere in the workspace

See Settings for configuration options.