thrownewExtensionManagementError(nls.localize('notFoundReleaseExtension',"Can't install release version of '{0}' extension because it has no release version.",extension.displayName??extension.identifier.id),ExtensionManagementErrorCode.ReleaseVersionNotFound);
}
thrownewExtensionManagementError(nls.localize('notFoundCompatibleDependency',"Can't install '{0}' extension because it is not compatible with the current version of {1} (version {2}).",extension.identifier.id,this.productService.nameLong,this.productService.version),ExtensionManagementErrorCode.Incompatible);