Update dependencies/devDependencies to latest version for specified package.json
Launch VS Code Quick Open (cmd/ctrl + p), paste the following command, and press enter.
ext install npm-dependency
Possible to change default registry, because sometimes you may have your own registry deployment.
{
"npm.registry": "https://registry.npmjs.org/",
"npm.updateStrategy": "LATEST" // what strategy you want to use to update your package.json
}- new configuration of
npm.updateStrategy, now it is possible to choose what strategy you preferred
