An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# VSIX Viewer

[![Greenkeeper badge](https://badges.greenkeeper.io/onlyutkarsh/vsixviewer.svg)](https://greenkeeper.io/)

A simple viewer for VSIX files, which lets you see the contents of VSIX files within Visual Studio Code.

![viewer](marketplace/demo.gif)

## 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.