Add sourceInfo when installing from welcomePage or cli

This commit is contained in:
Ramya Achutha Rao
2017-09-22 16:23:00 -07:00
parent 982277d9d1
commit f8023e7e1b
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ class Main {
return TPromise.as(null);
}
return this.extensionGalleryService.query({ names: [id] })
return this.extensionGalleryService.query({ names: [id], source: 'cli' })
.then<IPager<IGalleryExtension>>(null, err => {
if (err.responseText) {
try {