We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3760f commit 8df3e38Copy full SHA for 8df3e38
src/product.ts
@@ -6,7 +6,8 @@ export const createProductConfiguration = (platform: Platform) => ({
6
applicationName: platform + '1s',
7
reportIssueUrl: 'https://github.com/conwnet/github1s/issues/new',
8
extensionsGallery: {
9
- resourceUrlTemplate: 'https://openvsxorg.blob.core.windows.net/resources/{publisher}/{name}/{version}/{path}',
+ resourceUrlTemplate: 'https://open-vsx.org/vscode/unpkg/{publisher}/{name}/{version}/{path}',
10
+ extensionUrlTemplate: 'https://open-vsx.org/vscode/gallery/{publisher}/{name}/latest',
11
serviceUrl: 'https://open-vsx.org/vscode/gallery',
12
itemUrl: 'https://open-vsx.org/vscode/item',
13
},
0 commit comments