diff --git a/src/product.ts b/src/product.ts index 2feb3433c..35c7b0b0f 100644 --- a/src/product.ts +++ b/src/product.ts @@ -6,8 +6,7 @@ export const createProductConfiguration = (platform: Platform) => ({ applicationName: platform + '1s', reportIssueUrl: 'https://github.com/conwnet/github1s/issues/new', extensionsGallery: { - resourceUrlTemplate: - 'https://open-vsx.org/vscode/asset/{publisher}/{name}/{version}/Microsoft.VisualStudio.Code.WebResources/{path}', + resourceUrlTemplate: 'https://openvsxorg.blob.core.windows.net/resources/{publisher}/{name}/{version}/{path}', serviceUrl: 'https://open-vsx.org/vscode/gallery', itemUrl: 'https://open-vsx.org/vscode/item', },