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

LSP4iJ 2024/04/01 integration: No trace produced on LSP console. #718

Closed mrglavas closed 5 months ago

mrglavas commented 5 months ago

While investigating https://github.com/OpenLiberty/liberty-tools-intellij/issues/717 I wanted to have a look at the LSP message traffic but noticed that when I attempt to enable verbose trace no trace output is written to the LSP console. I'm curious if this is working with the current code at: https://github.com/redhat-developer/lsp4ij. Is there some configuration that we're missing or is incorrect in the plugin.xml on the branch?

image image

angelozerr commented 5 months ago

Please read doc at https://github.com/redhat-developer/lsp4ij?tab=readme-ov-file

You need to save tour settings with Save icon in the toolbar:

image

mrglavas commented 5 months ago

Thanks. That worked. I often miss controls in UIs that are not explicitly labelled.

angelozerr commented 5 months ago

Thanks. That worked. I often miss controls in UIs that are not explicitly labelled.

Don't hesitate to create a PR to improve the UI with your idea.