Local NPM or Yarn installs can be set to pull from artifactory, but default VSCode only pulls from public NPM repos. NPM or Yarn are already used to check and update packages for your project. Why not use it in VSCode to check the local and remote versions for you!
Works with BOTH NPM and Yarn installed packages so theres no setup besides what you've already done!
$ npm view <package> version
1.1.1
$ npm list <package> --depth=0
your-project@0.0.1 /Users/git/your-project
└── <package>@2.2.2
Pulls package.json
versions from NPM for both local and remote repositories. That's it!
This extension contributes the following settings:
package-versions-npm.shell
: A shell path override if the default shell does not have access to npm. (Default uses sh)
See Github Issues for known issues, or to create one.
See Github Releases for release notes.