We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
extensionUrlTemplate
1 parent 9c07a63 commit 70b10b8Copy full SHA for 70b10b8
src/vs/gitpod/platform/product/common/product.ts
@@ -36,6 +36,7 @@ export function addCustomGitpodProductProperties(product: IProductConfiguration)
36
extensionsGallery: {
37
serviceUrl: `https://open-vsx.${baseHost}/vscode/gallery`,
38
itemUrl: `${openvsxUrl}/vscode/item`,
39
+ extensionUrlTemplate: `${openvsxUrl}/vscode/gallery/{publisher}/{name}/latest`,
40
resourceUrlTemplate: `${openvsxUrl}/vscode/unpkg/{publisher}/{name}/{version}/{path}`, // Hardcoded for now until open-vsx proxy is fixed
41
controlUrl: `https://ide.${baseHost}/code/marketplace.json`,
42
publisherUrl: '',
0 commit comments