Skip to content

VSCode Extension which notifies when node_modules is out of date with yarn.lock/package-lock.json file

Notifications You must be signed in to change notification settings

Ayudh/lock-file-notifier

Repository files navigation

Lock File Notifier

VS Marketplace Source Code Github Deploy Action Downloads

VSCode extension which validates yarn.lock or package-lock.json file and notifies if install step needs to run.

When changes are pulled from remote origin, we may forget to run install step. This extension listens for changes in yarn.lock or package-lock.json and validates in the background against node_modules. Prompts to run install step.

Demo


Add the below setting corresponding to repo type

.vscode/settings.json config for NPM / Yarn:

{
  "npm.packageManager": "npm" / "yarn"
}

The setting is automatically added if there is a conflict with repo and default package manager.

About

VSCode Extension which notifies when node_modules is out of date with yarn.lock/package-lock.json file

Topics

Resources

Stars

Watchers

Forks

Packages