This extension adds CodeLens to package.json and pyproject.toml files showing available dependency upgrades. Supports npm/pip/uv with configurable CLI or HTTP methods.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
This extension adds a codelense above each dependency in package.json file to show the latest version of the dependency on npmjs.com.
If there is a newer version of the dependency, you can directly upgrade to the specific version by clicking on the codelense.
Commands
This extension contributes the following commands: