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.
1 parent 7b045a4 commit f77a4d8Copy full SHA for f77a4d8
src/product.ts
@@ -6,7 +6,9 @@ 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:
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',
12
serviceUrl: 'https://open-vsx.org/vscode/gallery',
13
itemUrl: 'https://open-vsx.org/vscode/item',
14
},
0 commit comments