Closed pasiasty closed 2 years ago
Hi,
Is there any update on this problem?
Hi @pasiasty did you do some debugging on the MonacoLanguageClient side to find out what messages come back from the LS? Are you aware of this issue? https://github.com/TypeFox/monaco-languageclient/issues/299 I currently have no good advice apart that. If you could link your code/post instructions for reproduction we might be able to help you further. Thanks.
Thanks for the hint! Indeed, it turned out that I had to create the file at first and then the analysis worked without any problems (I assumed that LSP would create the file on my behalf).
did you solve it
Hi,
I'm trying to integrate Java LSP with monaco-languageclient and I'm struggling to do that. It seems that my project (https://cocoder.org) is talking to the LSP correctly, but the communication hangs up at the point when LSP announces that it's ready. Regardless of further interactions within the editor I don't see any requests going out - I was able to integrate so far three other LSPs and they work without any issues. Here's the log that I gathered:
I'm running the LSP as suggested in the readme of the project: