Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.34 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.34 KB

private-extension-manager

Marketplace Version

Logo

This extension add an activity bar to manage extension which are not on the official store but on a local directory.

Features

All exensions found in the directory are displayed in the new activity bar. For each extension are displayed display name, publisher and the higher version (when we found many VSIX files for the same extension). You can install or update each extension.

Update private extension

Extension Settings

This extension contributes the following settings:

  • private-extension-manager.directories: list of directories where your private VSIX files are released
  • private-extension-manager.autoUpdate: set to true if you want to automatically install newer version of your extensions

Release Notes

1.0.0

First version of the extension. You can install or update extension from local folders. At start up, if the extension detect an update a message is displayed to ask you if you want install it.

Enjoy!