OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
12 stars 24 forks source link

Language server console is always showing timer with "stopping pid" message, even if the file is open. #776

Closed aparnamichael closed 3 months ago

aparnamichael commented 4 months ago

When we open a Java file, microprofile-config.properties, or server.xml file, the Language Server console tab will display the logs (I have set the trace level to verbose). When I close that file, a timer will appear with a stopping message. If I open the file again, all the logs will be displayed, but the timer will continue to run with the stopping message.

I have observed this behavior starting from lsp4ij build version 0.0.1-20240517-012838. Prior to this build, the console was working fine.

Lsp4IJ version used - 0.0.1-20240518-012816

https://github.com/OpenLiberty/liberty-tools-intellij/assets/114654953/4e95e48f-cfbe-485a-9d0d-11a4af28d4bd

aparnamichael commented 4 months ago

Issue raised in Redhat repo - https://github.com/redhat-developer/lsp4ij/issues/302

aparnamichael commented 3 months ago

Issue is fixed in Redhat repo. We are waiting for the new lsp4ij release.

aparnamichael commented 3 months ago

Tested this issue in lsp4ij's new release version 0.0.2, and it is working as expected.