vscodium/patches/ext-from-gh.patch
2025-12-17 15:59:58 +01:00

10 lines
493 B
Diff

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