Wesley Koerber
Wesley Koerber
Yes, I’m experiencing this as well.
It seems to be down again. Is this an issue with LeafCloud?
I'm having the same issue. Any update on this?
Hello, is this being worked on?
> Thanks for the update, I know how it goes!
A while ago I discovered the solution was to use [YAML multiline strings](https://yaml-multiline.info/). Before, I was using quoted strings (`"`) instead. But I honestly forgot I commented, so I never...
> Not really sure which editor you were using but I am curious to see if your editor is special in that regard or rust_analyzer uses a different approach to...
Unfortunately, setting `enable_build_on_save` didn't get deprecation warning diagnostics comparable to `rust-analyzer`. If you were able to get it working in VS Code, perhaps this is editor specific?
Swinging back around on this... I was able to reproduce your results on Windows using VS Code. This is an editor specific issue. I'm gonna close this, but if I...
So I eventually figured this out, and it was a pretty dumb reason: I wasn't passing the client capabilities to the LSP server. After passing the capabilities to the setup...