Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Lock File NotifierNew to Visual Studio Code? Get it now.
Lock File Notifier

Lock File Notifier

Hari G

|
1,377 installs
| (1) | Free
Notifies if node_modules is uptodate with yarn.lock file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft