Skip to content

Commit f77a4d8

Browse files
author
fezhang
committed
feat: update extensionsGallery
1 parent 7b045a4 commit f77a4d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/product.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ export const createProductConfiguration = (platform: Platform) => ({
66
applicationName: platform + '1s',
77
reportIssueUrl: 'https://github.com/conwnet/github1s/issues/new',
88
extensionsGallery: {
9-
resourceUrlTemplate: 'https://openvsxorg.blob.core.windows.net/resources/{publisher}/{name}/{version}/{path}',
9+
resourceUrlTemplate:
10+
'https://open-vsx.org/vscode/asset/{publisher}/{name}/{version}/Microsoft.VisualStudio.Code.WebResources/{path}',
11+
extensionUrlTemplate: 'https://open-vsx.org/vscode/gallery/{publisher}/{name}/latest',
1012
serviceUrl: 'https://open-vsx.org/vscode/gallery',
1113
itemUrl: 'https://open-vsx.org/vscode/item',
1214
},

0 commit comments

Comments
 (0)