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
return`The current project is using an older Java runtime (${currentVersion}). Do you want to upgrade to the latest LTS version ${suggestedVersionName}?`;
35
+
return`This project is using an older Java runtime (${currentVersion}). Would you like to ${upgradeWord} it to ${suggestedVersionName} (latest LTS)?`;
return`The current project is using ${packageDisplayName}${currentVersion}, which has reached end of life${versionEolDate ? ` in ${versionEolDate}` : ""
42
-
}. Do you want to upgrade to ${suggestedVersionName} (${suggestedVersionDescription})?`;
42
+
return`This project is using ${packageDisplayName}${currentVersion}, which has reached end of life${versionEolDate ? ` in ${versionEolDate}` : ""
43
+
}. Would you like to ${upgradeWord} it to ${suggestedVersionName} (${suggestedVersionDescription})?`;
43
44
}
44
45
caseUpgradeReason.DEPRECATED:
45
46
default: {
46
-
return`The current project is using ${packageDisplayName}${currentVersion}, which has been deprecated. Do you want to upgrade to ${suggestedVersionName} (${suggestedVersionDescription})?`;
47
+
return`This project is using ${packageDisplayName}${currentVersion}, which has been deprecated. Would you like to ${upgradeWord} it to ${suggestedVersionName} (${suggestedVersionDescription})?`;
47
48
}
48
49
}
49
50
}
@@ -73,6 +74,23 @@ export function normalizePath(path: string): string {
`${ExtensionName.APP_MODERNIZATION_EXTENSION_NAME} extension is needed for the feature to work but it seems disabled. Please enable it manually and try again.`,
0 commit comments