File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -89,3 +89,16 @@ Index: code-server/lib/vscode/src/vs/platform/extensionResourceLoader/common/ext
8989 }
9090
9191 }
92+ Index: code-server/lib/vscode/src/vs/platform/extensionManagement/common/extensionGalleryManifestService.ts
93+ ===================================================================
94+ --- code-server.orig/lib/vscode/src/vs/platform/extensionManagement/common/extensionGalleryManifestService.ts
95+ +++ code-server/lib/vscode/src/vs/platform/extensionManagement/common/extensionGalleryManifestService.ts
96+ @@ -47,7 +47,7 @@ export class ExtensionGalleryManifestSer
97+ type: ExtensionGalleryResourceType.ExtensionQueryService
98+ },
99+ {
100+ - id: `${extensionsGallery.serviceUrl}/vscode/{publisher}/{name}/latest`,
101+ + id: `${extensionsGallery.serviceUrl}/{publisher}/{name}/latest`,
102+ type: ExtensionGalleryResourceType.ExtensionLatestVersionUri
103+ },
104+ {
You can’t perform that action at this time.
0 commit comments