Christian Dietrich
Christian Dietrich
I assume it works but if you still can do a diff it would be nice.
How is the orbit side of this gonna be addressed https://github.com/eclipse/lsp4j/blob/main/releng/releng-target/lsp4j.target.target
shouldnt this be reproducible with a simple unit test calling MessageJsonHandler.parseMessage
does lemmix send a charset in header?
also: do we have the cause for the MalformedJsonException it might give a hint where it stops e.g. com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 297 path $.documentation.value
can you debug lsp4e for the MalformedJsonException to give the cause? you should also see the string gson gets to see there too.
i tried to reproduce with lemmix and lsp4e but i failed so far. i dont see the MessageIssueException i wonder if the is OS/Eclipse/System Config/Java Version problem.

But it should work in this case too So the question is why it does not
I tested with utf8 and no issue Also it is default in lsp4j can you debug the client and check the exception