ext-from-gh.patch 493 B

123456789
  1. diff --git a/build/lib/builtInExtensions.ts b/build/lib/builtInExtensions.ts
  2. index d52567b..fe5b988 100644
  3. --- a/build/lib/builtInExtensions.ts
  4. +++ b/build/lib/builtInExtensions.ts
  5. @@ -75,4 +75,2 @@ function getExtensionDownloadStream(extension: IExtensionDefinition) {
  6. input = ext.fromVsix(path.join(root, extension.vsix), extension);
  7. - } else if (productjson.extensionsGallery?.serviceUrl) {
  8. - input = ext.fromMarketplace(productjson.extensionsGallery.serviceUrl, extension);
  9. } else {