extension model: periodic update checks

This commit is contained in:
Joao Moreno
2016-06-21 15:54:22 +02:00
parent 277192fed8
commit 65932a90bb
7 changed files with 47 additions and 15 deletions

View File

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