Guillaume Tâche
Guillaume Tâche
What I'm doing at the moment is that if a server crashes twice, I'll inform the user. I could raise this value obviously (to something like 5), but I'm in...
At the moment the server log is not saved, but it is implemented in #72. I'll release it along with some bugfixes if I can find their causes. Regarding your...
Okay, I made the plugin more resistant to null responses, and the communication is "working". The problem now is the uris. Here are some of the publishDiagnostics requests : ...
That's strange for the URI, all examples I've seen don't percent-encode the colon after the drive letter. For the rest it's hard to tell without having the server, but what...
Sorry for the late reply. I don't know any workaround, so I can't help you much sadly. It's on the to-do list though, so you can expect it to be...
That'd be great indeed, the problem is that I don't have the means to get what settings each server has at the moment (and it isn't in the LSP either)....
The next release will put the `lsp` folder into the `.idea` one, which should already be in the `.gitignore` in the majority of the cases. Regarding the empty logs, if...
Looking at the code and my logs, you're supposed to see the arguments too. > 2019-10-10 13:25:58,504 [ 6787] INFO - rocessStreamConnectionProvider - Starting server process with commands WrappedArray(D:\Projects\C\cquery\build\Release\bin\cquery.exe, --log-file,...
Thanks, I just updated the release with the null check
That's pretty bad indeed, I've uploaded a release for earlier versions and also uploaded it on the JetBrains repository. I hope it will fix your problems.