Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1011 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 1011 Bytes

VSIX Viewer

Greenkeeper badge

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

viewer

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:

{
    "vsixViewer.enableTelemetry": false
}

Change Log

See Change Log here

Issues

If you find any bug or have any suggestion/feature request, please submit the issues to the GitHub repo.

Credits

Some icons comes from the brilliant vscode-icons extension for Visual Studio Code.