Skip to content

Commit fec1e09

Browse files
chore: update operationName on notification display
Co-authored-by: Miller Wang <69189193+wangmingliang-ms@users.noreply.github.com>
1 parent a81ad08 commit fec1e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/upgrade/display/notificationManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class NotificationManager implements IUpgradeIssuesRenderer {
5555
const upgradeButtonText = hasExtension ? BUTTON_TEXT_UPGRADE : BUTTON_TEXT_INSTALL_AND_UPGRADE;
5656

5757
sendInfo(operationId, {
58-
operationName: "java.dependency.upgradeNotification.runUpgradeNotification",
58+
operationName: "java.dependency.upgradeNotification.show",
5959
});
6060
const selection = await window.showInformationMessage(
6161
notificationMessage,

0 commit comments

Comments
 (0)