- use platform to select archive, thanks to @SylvKT
- add alternatives to an extension
- add ability to install disabled extensions
- add
fallback
property to a source - add
throttle
property (in milliseconds) to a source - fix download using the url issued by the search result
- improve search query to find the correct extension
- fix finding the correct extension to install from a marketplace
- fix installing extensions without source
- fix uninstalling extensions, thanks to @manuth
- improved README, thanks to @GitMensch
- fix handling of extensions without source, thanks to @manuth
- add
file
source to install extensions from local directory - add built-in
github
source to install extensions from GitHub Releases - rename source's property
kind
astype
- correctly updating extensions when installing
- correctly generate installed extensions list
- rename
vsix.enabled
flag asvsix.applyChanges
- add
vsix.uninstallExtensions
command
- expose list of managed extensions
- expose install function
- initial release