Skip to content

Releases: joelspadin-garmin/vscode-private-extension-manager

v1.8.0

15 Dec 21:08
Compare
Choose a tag to compare
  • 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 the privateExtensions.extension.install
    command to silently install a private extension. Also provided by colas31.

v1.4.1

20 Nov 18:45
Compare
Choose a tag to compare
  • Reverted libnpmsearch too, as that was still pulling in the new version of npm-registry-fetch.

v1.4.0

20 Nov 16:17
Compare
Choose a tag to compare
  • Added support for web versions of VS Code. Thanks, lachaib!
  • Reverted npm-registry-fetch yet again, as we found more problems with the new version.

v1.3.0

15 Sep 22:13
Compare
Choose a tag to compare
  • 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

30 Jun 22:43
Compare
Choose a tag to compare
v1.3.0-beta.0 Pre-release
Pre-release
  • 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

30 Jun 22:30
Compare
Choose a tag to compare
  • 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

31 Mar 14:56
Compare
Choose a tag to compare
  • Breaking change: npm-registry-fetch has removed several option aliases. If you use any registry options other than name, registry, and query, 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

12 Feb 19:44
Compare
Choose a tag to compare

Initial release to the extension marketplace.

v0.9.0-beta.0

07 Jan 15:52
Compare
Choose a tag to compare
v0.9.0-beta.0 Pre-release
Pre-release

Initial release for testing while we prepare to put the extension on the marketplace.