Skip to content

Shows the latest version for each package using code lens

License

Notifications You must be signed in to change notification settings

KAESapps/vscode-versionlens

Repository files navigation

Version Lens - VsCode Extension

Build Status

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

Preview

Screenshot

Install

How to install vscode extentions

Available Workspace\User Settings

{
  // Inserts this prefix before the version when clicking on the code lens link.
  "versionlens.versionPrefix": "" // left blank as default
}

Change Log

  • 0.4.2

  • 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

Contributors

These are the people that have contributed code to this project:

License

Licensed under MIT

Copyright © 2016+ contributors (https://github.com/vscode-contrib/vscode-versionlens/graphs/contributors)

About

Shows the latest version for each package using code lens

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published