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

Enable logging for Lemminx LS + Liberty Lemminx ext #145

Open kathrynkodama opened 1 year ago

kathrynkodama commented 1 year ago

Similar/precursor to #91

kathrynkodama commented 1 year ago

Noting that Liberty Config Language Server, LSP4Jakarta and LSP4MP all write to stderr/stdout but LemMinX does not: https://github.com/eclipse/lemminx/blob/b11ed6b6fa20e141ef7bbe28b883b5b51986be13/org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/logs/LogHelper.java#L38-L46

See https://github.com/OpenLiberty/liberty-language-server/issues/138