This commit is contained in:
Sandeep Somavarapu
2017-09-19 12:33:11 +02:00
parent 6b26a395e5
commit 3f3a737030
6 changed files with 14 additions and 35 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ class Main {
console.log(localize('foundExtension', "Found '{0}' in the marketplace.", id));
console.log(localize('installing', "Installing..."));
return this.extensionManagementService.installFromGallery(extension, false)
return this.extensionManagementService.installFromGallery(extension)
.then(() => console.log(localize('successInstall', "Extension '{0}' v{1} was successfully installed!", id, extension.version)));
});
});