提交 9b3d0bb9 编写于 作者: J Joao Moreno

use cdn for manifest too

上级 a7190d61
......@@ -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 = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册