Skip to content

Commit

Permalink
fix: openvsx resourceUrlTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
conwnet committed Dec 17, 2024
1 parent 38e1d63 commit be72538
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/product.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down

0 comments on commit be72538

Please sign in to comment.