mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-25 12:20:15 +10:00
refactor: patches (#2797)
This commit is contained in:
9
patches/00-build-download-extensions-from-gh.patch
Normal file
9
patches/00-build-download-extensions-from-gh.patch
Normal file
@@ -0,0 +1,9 @@
|
||||
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 {
|
||||
Reference in New Issue
Block a user