You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.logger.info(localize('alreadyInstalled-checkAndUpdate',"Extension '{0}' v{1} is already installed. Use '--force' option to update to latest version or provide '@<version>' to install a specific version, for example: '{2}@1.2.3'.",id,installedExtension.manifest.version,id));
187
192
returnfalse;
@@ -301,13 +306,22 @@ export class ExtensionManagementCLI {
this.logger.info(localize('forceDowngrade',"A newer version of extension '{0}' v{1} is already installed. Use '--force' option to downgrade to older version.",newer.identifier.id,newer.manifest.version,manifest.version));
this.logger.info(localize('forceDowngrade',"A newer version of extension '{0}' v{1} is already installed. Use '--force' option to downgrade to older version.",existingExtension.identifier.id,existingExtension.manifest.version,manifest.version));
322
+
returnfalse;
323
+
}
324
+
}
311
325
}
312
326
313
327
returnthis.validateExtensionKind(manifest);
@@ -371,4 +385,11 @@ export class ExtensionManagementCLI {
371
385
returnthis.location ? localize('notInstalleddOnLocation',"Extension '{0}' is not installed on {1}.",id,this.location) : localize('notInstalled',"Extension '{0}' is not installed.",id);
returnlocalize('builtinAutoUpdate',"Extension '{0}' is a built-in extension and not allowed to be updated in the current product quality '{1}'.",extension.identifier.id,this.productService.quality);
0 commit comments