-
-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dart pack is interfering with rust_analyzer from loading. #468
Comments
I just tested with the dark pack and rust pack enabled at the same time. No issues here. |
~/.local/share/nvim/mason/bin/rust-analyzer version seems to be
here is my user config.
|
Oh that might be one of the buggy ones @vamseekm . Try and update RA to the newest version :) |
I think the binary that's being is used is from homebrew so I upgraded that one. And it's getting loaded and lsp things are working fine. But once I enable dart tools and restart the editor rust-analyzer isn't even showing up in the OS process list. It could be a platform-specific (OSX) quirk. |
I'm also using OSX. |
Previously waited a few minutes more than normal to see if the rust analyser was starting slow. Will check again and confirm if the slow startup is the issue. |
Managed to recreate this today🤣 Seems like RA is using extra time to setup when flutter + Rust is enabled. |
Bug is no longer there. |
I have multiple language packs enabled and suddenly rust_anlyzer isn't loading anymore as long as the dart pack is present. :LspInfo is showing rust_analyzer is loaded and attached to the current rust file buffer.
The text was updated successfully, but these errors were encountered: