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
returnPromise.reject(newError(nls.localize('incompatible',"Unable to install extension '{0}' as it is not compatible with VS Code '{1}'.",identifier.id,pkg.version)));
returnPromise.reject(newError(nls.localize('incompatible',"Unable to install extension '{0}' as it is not compatible with VS Code '{1}'.",identifier.id,product.version)));
returnPromise.reject(newExtensionManagementError(nls.localize('notFoundCompatibleDependency',"Unable to install '{0}' extension because it is not compatible with the current version of VS Code (version {1}).",extension.identifier.id,pkg.version),INSTALL_ERROR_INCOMPATIBLE));
359
+
returnPromise.reject(newExtensionManagementError(nls.localize('notFoundCompatibleDependency',"Unable to install '{0}' extension because it is not compatible with the current version of VS Code (version {1}).",extension.identifier.id,product.version),INSTALL_ERROR_INCOMPATIBLE));
0 commit comments