Christian Dietrich

Results 152 comments of 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

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.

![Bildschirmfoto vom 2022-05-13 16-41-57](https://user-images.githubusercontent.com/238736/168308066-d5e1a4b3-5adb-4d1e-8461-2a4037dd555e.png)

I tested with utf8 and no issue Also it is default in lsp4j can you debug the client and check the exception