You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.
If you change language to Rust, then LSP features don't work. I'm using basically the default install of LazyVim with Rust-tools. LSP info says that rust-analyzer is attached to the buffer. I believe that the lsp doesn't know it should be running on the file because the file isn't in the module tree its looking at. It needs a mod.rs or main.rs additionally the file are written with dashes as a separator and rust won't like that either. Additionally execution hangs after attempting to submit code
The text was updated successfully, but these errors were encountered:
If you change language to Rust, then LSP features don't work. I'm using basically the default install of LazyVim with Rust-tools. LSP info says that rust-analyzer is attached to the buffer. I believe that the lsp doesn't know it should be running on the file because the file isn't in the module tree its looking at. It needs a
mod.rs
ormain.rs
additionally the file are written with dashes as a separator and rust won't like that either. Additionally execution hangs after attempting to submit codeThe text was updated successfully, but these errors were encountered: