remove galleryInformation

This commit is contained in:
Joao Moreno
2016-06-16 18:54:57 +02:00
parent f5cbb9fe63
commit 60798fdae0
6 changed files with 44 additions and 47 deletions

View File

@@ -94,7 +94,7 @@ class Main {
console.log(localize('foundExtension', "Found '{0}' in the marketplace.", id));
console.log(localize('installing', "Installing..."));
return this.extensionManagementService.install(extension.manifest).then(() => {
return this.extensionManagementService.install(extension).then(() => {
console.log(localize('successInstall', "Extension '{0}' v{1} was successfully installed!", id, extension.manifest.version));
});
});