LanguageServer.jl
LanguageServer.jl copied to clipboard
"a bug that we have been trying to replicate for a long time"
Every now and then, the language server reports "a bug that we have been trying to replicate for a long time" and crashes. This seems to happen semi-reliably when saving a file, but I'm pretty sure I've seen it happen at random as well.
Logs: https://pastebin.com/dNdEpc7b
Kate 23.08.1, Julia 1.9.3, LanguageServer 4.4.0. (The error log says to report this to the VS Code extension's repository, but I'm reporting it here instead because I'm not using VS Code.)
Do you modify the buffer on save? E.g. run a code formatter whenever you write the file or similar.
Nothing automatic like that, no.