Skip to content

Commit 70b10b8

Browse files
committed
Add extensionUrlTemplate field
Tool: gitpod/catfood.gitpod.cloud
1 parent 9c07a63 commit 70b10b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/gitpod/platform/product/common/product.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export function addCustomGitpodProductProperties(product: IProductConfiguration)
3636
extensionsGallery: {
3737
serviceUrl: `https://open-vsx.${baseHost}/vscode/gallery`,
3838
itemUrl: `${openvsxUrl}/vscode/item`,
39+
extensionUrlTemplate: `${openvsxUrl}/vscode/gallery/{publisher}/{name}/latest`,
3940
resourceUrlTemplate: `${openvsxUrl}/vscode/unpkg/{publisher}/{name}/{version}/{path}`, // Hardcoded for now until open-vsx proxy is fixed
4041
controlUrl: `https://ide.${baseHost}/code/marketplace.json`,
4142
publisherUrl: '',

0 commit comments

Comments
 (0)