Open SkymanOne opened 15 hours ago
I think the settings need to be nested inside initialization_options
. Can you try:
{
"lsp": {
"rust-analyzer": {
"initialization_options": {
"linkedProjects": [
"./methods/guest/Cargo.toml",
"./host/Cargo.toml"
]
}
}
}
}
Check for existing issues
Describe the bug / provide steps to reproduce it
I have this as a project settings:
However, when openining a rust files in
/methods/guest
, I get:Configuring the same in VS Code works perfectly.
Environment
Zed: v0.158.2 (Zed) OS: macOS 14.6.1 Memory: 32 GiB Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
If applicable, attach your Zed.log file to this issue.
No response