Closed
Description
When running as a guest in a live share session, rust-analyzer shows an error popup that it "failed to discover workspace". In the debug output, there is this message:
[ERROR rust_analyzer] failed to find any projects in [AbsPathBuf("/")]
The full trace log is here: rust-analyzer_trace.log
Versions:
- Rust: 1.52.0
- rust-analyzer: 0.2.591
- Live share: 1.0.4272
- vscode: 1.56.2 and later
- OS: Arch Linux and Void Linux (but the live share host is Windows 10)
The same thing happened (with a different path in the error) going the other way, with the windows guest on linux host session.