https://github.com/onlyutkarsh/vsixviewer
A simple VSIX file viewer for VS Code
https://github.com/onlyutkarsh/vsixviewer
Last synced: 7 months ago
JSON representation
A simple VSIX file viewer for VS Code
- Host: GitHub
- URL: https://github.com/onlyutkarsh/vsixviewer
- Owner: onlyutkarsh
- License: mit
- Created: 2019-10-18T19:21:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:51:56.000Z (over 3 years ago)
- Last Synced: 2025-04-03T23:17:50.215Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=onlyutkarsh.vsix-viewer
- Size: 1.52 MB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# VSIX Viewer
[](https://greenkeeper.io/)
A simple viewer for VSIX files, which lets you see the contents of VSIX files within Visual Studio Code.

## Usage
Right click on a VSIX file and select `Show in VSIX Viewer`.
## Telemetry data
By default, anonymous usage and error data collection is turned on to understand user behaviour to improve this extension. To disable it, update the `settings.json` as below:
```json
{
"vsixViewer.enableTelemetry": false
}
```
## Change Log
See Change Log [here](https://marketplace.visualstudio.com/items/onlyutkarsh.vsix-viewer/changelog)
## Issues
If you find any bug or have any suggestion/feature request, please submit the issues to the GitHub [repo](https://github.com/onlyutkarsh/vsixviewer).
## Credits
Some icons comes from the brilliant [vscode-icons](https://github.com/robertohuertasm/vscode-icons) extension for Visual Studio Code.