提交 b60623c9 编写于 作者: R Ramya Achutha Rao

Add source when installing extension via uri

上级 5ec101ed
......@@ -825,7 +825,7 @@ export class ExtensionsWorkbenchService implements IExtensionsWorkbenchService {
return TPromise.as(null);
}
return this.queryGallery({ names: [extensionId] }).then(result => {
return this.queryGallery({ names: [extensionId], source: 'uri' }).then(result => {
if (result.total < 1) {
return TPromise.as(null);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册