Skip to content

Commit 30dce40

Browse files
committed
fix: Support 2025.3 eap (253.25908.13)
Signed-off-by: azerr <azerr@redhat.com>
1 parent a3450bb commit 30dce40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/redhat/devtools/intellij/quarkus/run/dashboard/QuarkusRunDashboardCustomizer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public boolean updatePresentation(@NotNull PresentationData presentation, @NotNu
5252
if (!(node.getConfigurationSettings().getConfiguration() instanceof QuarkusRunConfiguration)) {
5353
return false;
5454
}
55-
node.putUserData(RunDashboardCustomizer.NODE_LINKS, null);
5655
RunContentDescriptor descriptor = node.getDescriptor();
5756
if (descriptor != null) {
5857
ProcessHandler processHandler = descriptor.getProcessHandler();

0 commit comments

Comments
 (0)