Skip to content

Commit 8df3e38

Browse files
committed
feat: update extensionsGallery (conwnet#650)
1 parent 4f3760f commit 8df3e38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/product.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ 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: 'https://open-vsx.org/vscode/unpkg/{publisher}/{name}/{version}/{path}',
10+
extensionUrlTemplate: 'https://open-vsx.org/vscode/gallery/{publisher}/{name}/latest',
1011
serviceUrl: 'https://open-vsx.org/vscode/gallery',
1112
itemUrl: 'https://open-vsx.org/vscode/item',
1213
},

0 commit comments

Comments
 (0)