mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-02-03 19:45:08 -06:00
10 lines
493 B
Diff
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 {
|