Skip to content
GitHubStar1

VS Code Settings

All settings are available under the patchPulse namespace in VS Code’s settings UI or settings.json.

Enable or disable the Patch Pulse extension entirely.

Type boolean
Default true

Automatically check package versions when a package.json file is opened.

Type boolean
Default true

How often (in seconds) Patch Pulse should re-check versions in the background.

Type number
Default 3600 (1 hour)
{
"patchPulse.enabled": true,
"patchPulse.checkOnOpen": true,
"patchPulse.updateInterval": 1800
}