Replies: 2 comments 2 replies
-
rust analyzer is automatically started at the topmost [editor]
workspace-lsp-roots = ["bar"] |
Beta Was this translation helpful? Give feedback.
-
Is there any reason why this doesn't work while opening 2 projects that are at the same level (e.g. not nested) work? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
When a crate is a subdirectory of another crate, rust-analyzer fails to work and gives the error message
file not included in module tree (unlinked-file)
with a green squiggly line on the first three characters of the file.I'm filing this as a bug with Helix, rather than with rust-analyzer, because VS Code has no such trouble. If I'm doing something wrong, please let me know.
Reproduction Steps
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
n/a
Helix Version
23.03
rust-analyzer Version
1.68.2 (9eb3afe 2023-03-27)
Beta Was this translation helpful? Give feedback.
All reactions