Skip to content

onlyutkarsh/vsixviewer

Repository files navigation

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.