Parallel usage of rust-analyzer and bacon-ls #41
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hello Michael, |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for the explanation! I guess as I am a Rust beginner, it will take some time until I reach the point, where the speed may be a concern for me. I'll keep this in mind and see how the landscape of tools evolves until then. Thanks for exposing Cheers, Michael. |
Beta Was this translation helpful? Give feedback.

Hello Michael,
the reason behind suggesting to disable rust-analyzer diagnostics is purely about speed. rust-analyzer is known to be pretty slow in generating diagnostics for large repositories. It is not strictly required to disable RA diagnostics, but bacon-ls was developed to just overcome this speed issue, hence the suggestion. Both LSP server can work together nicely, as you noticed, it's up to you if you want to keep them both!