We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb89297 commit 36638edCopy full SHA for 36638ed
src/upgrade/display/notificationManager.ts
@@ -53,6 +53,10 @@ class NotificationManager implements IUpgradeIssuesRenderer {
53
const prompt = buildFixPrompt(issue);
54
const notificationMessage = buildNotificationMessage(issue, hasExtension);
55
const upgradeButtonText = hasExtension ? BUTTON_TEXT_UPGRADE : BUTTON_TEXT_INSTALL_AND_UPGRADE;
56
+
57
+ sendInfo(operationId, {
58
+ operationName: "java.dependency.upgradeNotification.runUpgradeNotification",
59
+ });
60
const selection = await window.showInformationMessage(
61
notificationMessage,
62
upgradeButtonText,
0 commit comments