Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Install .vsix extensions right from the explorer, with a right click.

License

Notifications You must be signed in to change notification settings

fabiospampinato/vscode-install-vsix

Repository files navigation

This repo is now archived because the feature it provides is now implemented by vscode itself.

Install .VSIX

Logo

Install .vsix extensions right from the explorer, with a right click.

Install

Follow the instructions in the Marketplace, or run the following in the command palette:

ext install fabiospampinato.vscode-install-vsix

Usage

Right click a .vsix file from the explorer and select Install Extension:

Demo

Settings

{
  "installVSIX.force": false // Always use the '--force' option to force installation
}

Contributing

If you found a problem, or have a feature request, please open an issue about it.

If you want to make a pull request you can debug the extension using Debug Launcher.

License

MIT © Fabio Spampinato