mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
extension model: periodic update checks
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user