https://github.com/tjx666/vscode-versionlens
backup -> https://gitlab.com/versionlens/vscode-versionlens
https://github.com/tjx666/vscode-versionlens
Last synced: 28 days ago
JSON representation
backup -> https://gitlab.com/versionlens/vscode-versionlens
- Host: GitHub
- URL: https://github.com/tjx666/vscode-versionlens
- Owner: tjx666
- License: isc
- Created: 2021-12-15T15:44:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T15:48:53.000Z (over 3 years ago)
- Last Synced: 2025-03-29T22:34:48.876Z (29 days ago)
- Language: TypeScript
- Homepage:
- Size: 12.5 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Version Lens for Visual Studio Code
[](https://marketplace.visualstudio.com/items?itemName=pflannery.vscode-versionlens&wt.mc_id=vscode-versionlens-gitlab) [](https://marketplace.visualstudio.com/items?itemName=pflannery.vscode-versionlens)
[](https://marketplace.visualstudio.com/items?itemName=pflannery.vscode-versionlens) [](http://opensource.org/licenses/ISC)[](https://gitlab.com/versionlens/vscode-versionlens/-/pipelines)
This extension shows __version__ information when opening a package or project for one of the following:
- dotnet https://www.dotnetfoundation.org/
- dub https://code.dlang.org/
- jspm https://jspm.io/,
- maven https://maven.apache.org/
- npm https://www.npmjs.com/
- pub https://pub.dev/
- composer https://getcomposer.org/## How do I see version information?
Click the V icon in the package\project file toolbar.
You can also choose the default startup state by setting `versionlens.suggestions.showOnStartup`

## Can I see prerelease versions?
Yes! click on the tag icon in the package\project file toolbar.
You can also choose the default startup state by setting `versionlens.suggestions.showPrereleasesOnStartup`

## How do I install this extension?
Follow this link on [how to install vscode extensions](https://code.visualstudio.com/docs/editor/extension-gallery)
## Can I install this extension manually?
Yes goto the [release page for instructions](https://gitlab.com/versionlens/vscode-versionlens/-/releases)
## I'm not able to install this extention
Try a clean install:
- Shut down vscode
- Delete the extension folder `{home}/.vscode/extensions/pflannery.vscode-versionlens*`
- Open vscode and try reinstalling the extension againIf that fails then have a look in the `Log (Extension Host)` channel. Report it here if that doesn't help.

## How do I troubleshoot this extension?
- Ensure that the package\project file open is using the correct file type. i.e. json instead of jsonc

- Version lens writes a log to an output channel in vscode.
If your experiencing issues please set your `versionlens.logging.level` to `debug` (vscode needs to be restarted)
Then open the channel like:
## License
Licensed under ISC
Copyright © 2016+ [contributors](https://gitlab.com/versionlens/vscode-versionlens/-/graphs/master)