File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Index: code-server/lib/vscode/src/vs/platform/product/common/product.ts
1919===================================================================
2020--- code-server.orig/lib/vscode/src/vs/platform/product/common/product.ts
2121+++ code-server/lib/vscode/src/vs/platform/product/common/product.ts
22- @@ -49,6 +49,16 @@ else if (globalThis._VSCODE_PRODUCT_JSON
22+ @@ -49,6 +49,17 @@ else if (globalThis._VSCODE_PRODUCT_JSON
2323 version: pkg.version
2424 });
2525 }
@@ -28,6 +28,7 @@ Index: code-server/lib/vscode/src/vs/platform/product/common/product.ts
2828+ extensionsGallery: env.EXTENSIONS_GALLERY ? JSON.parse(env.EXTENSIONS_GALLERY) : (product.extensionsGallery || {
2929+ serviceUrl: "https://open-vsx.org/vscode/gallery",
3030+ itemUrl: "https://open-vsx.org/vscode/item",
31+ + extensionUrlTemplate: "https://open-vsx.org/vscode/gallery/{publisher}/{name}/latest",
3132+ resourceUrlTemplate: "https://open-vsx.org/vscode/asset/{publisher}/{name}/{version}/Microsoft.VisualStudio.Code.WebResources/{path}",
3233+ controlUrl: "",
3334+ recommendationsUrl: "",
You can’t perform that action at this time.
0 commit comments