mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-26 18:06:43 +01:00
use cdn for manifest too
This commit is contained in:
@@ -385,7 +385,7 @@ export class ExtensionGalleryService implements IExtensionGalleryService {
|
||||
|
||||
return this.getCommonHeaders()
|
||||
.then(headers => assign(headers, { 'Accept-Encoding': 'gzip' }))
|
||||
.then(headers => this.requestService.request({ url, headers }))
|
||||
.then(headers => this._getAsset({ url, headers }))
|
||||
.then(context => asJson<IExtensionManifest>(context))
|
||||
.then(manifest => {
|
||||
const desc = {
|
||||
|
||||
Reference in New Issue
Block a user