A simple viewer for VSIX files, which lets you see the contents of VSIX files within Visual Studio Code.
Right click on a VSIX file and select Show in VSIX Viewer
.
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
}
See Change Log here
If you find any bug or have any suggestion/feature request, please submit the issues to the GitHub repo.
Some icons comes from the brilliant vscode-icons extension for Visual Studio Code.