Compares a single or ranged version against each package and displays the latest version if not satisfied; otherwise provides a satisfied indicator.
Note: Replaces the version text but does not automatically install packages when clicking a code lens link.
Supports
- bower http://bower.io/
- dotnet http://www.dotnetfoundation.org/
- dub https://code.dlang.org, and
- npm https://www.npmjs.com/
How to install vscode extentions
{
// Inserts this prefix before the version when clicking on the code lens link.
"versionlens.versionPrefix": "" // left blank as default
}
-
0.4.2
- Transferred this project over to https://github.com/vscode-contrib/vscode-versionlens
-
0.4.1
- replaces internal json module with external
- replaces internal request module with external
-
0.4.0
- Adds dotnet project.json support
- Fixes issue when a child version entry is not present
-
0.3.0
- Adds dub dub.json support
These are the people that have contributed code to this project:
Licensed under MIT
Copyright © 2016+ contributors (https://github.com/vscode-contrib/vscode-versionlens/graphs/contributors)