-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VSX: Add Toolbar Menu and Support 'Install from VSIX...' Command
What it does - Adds an `Install from VSIX...` command that supports installation of extensions from a locally available `.vsix` file. - Adds a '_more_' toolbar menu to the `extensions view` to which additional commands may be registered How to test 1. Visit open-vsx.org and download an extension as a `.vsix` file. 2. Open the `extensions` view. 3. Select the `_more_` menu item in the toolbar and execute the `Install from VSIX...` command. 4. Select a local `.vsix` file in the file dialog and click `Install`. 5. Confirm that the selected extension has been installed by checking the `extensions` view. Signed-off-by: seantan22 <[email protected]>
- Loading branch information
Showing
2 changed files
with
89 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters