Releases: joelspadin-garmin/vscode-private-extension-manager
Releases · joelspadin-garmin/vscode-private-extension-manager
v1.8.0
- Fixed incorrect extension version comparisons. Thanks, denielig!
- Added a
privateExtensions.autoUpdate
setting which will make extensions update automatically without prompting first.
Thanks, colas31! - Other extensions can now pass
{silent: true}
as a second parameter to theprivateExtensions.extension.install
command to silently install a private extension. Also provided by colas31.
v1.4.1
- Reverted libnpmsearch too, as that was still pulling in the new version of npm-registry-fetch.
v1.4.0
v1.3.0
- Renamed Private Extensions: Clean NPM Cache to Private Extensions: Garbage Collect NPM Cache.
- Added a Private Extensions: Delete NPM Cache command to completely delete the cache.
- Upgraded npm-registry-fetch again now that the issues with it are fixed.
- Changed recommended extensions to not be hidden when installed. Fixed "no recommended extensions found" message when there are recommended extensions, but they are all installed.
v1.3.0-beta.0
- Upgraded npm-registry-fetch again
now that the issues with it are fixed. - Changed recommended extensions to not be hidden when installed. Fixed "no recommended extensions found"
message when there are recommended extensions, but they are all installed.
v1.2.0
- Temporarily reverted npm-registry-fetch to the previous version, as it wasn't working with some registries.
- Added welcome views for when no registries are configured.
- Cache cleaning slowed startup down too much and is no longer automatic. It can
now be run manually with the Private Extensions: Clean NPM Cache command.
v1.1.0
- Breaking change: npm-registry-fetch has removed several option aliases. If you use any registry options other than
name
,registry
, andquery
, double check your option names. - Added
enablePagination
option to work around servers that don't properly handle pagination options. - A warning is now shown if a server returns too many results instead of continuing to make requests forever.
- NPM cache is now cleaned to free up disk space that's no longer needed.
v1.0.0
Initial release to the extension marketplace.
v0.9.0-beta.0
Initial release for testing while we prepare to put the extension on the marketplace.