In rust workspaces with multiple Cargo.toml files, we should detect the presence of "rust-analyzer.linkedProjects" workspace setting and pass that along to the rust analyzer instance
We should also consider generating this setting by default whenever multiple Cargo.toml files are present
In rust workspaces with multiple
Cargo.tomlfiles, we should detect the presence of"rust-analyzer.linkedProjects"workspace setting and pass that along to the rust analyzer instanceWe should also consider generating this setting by default whenever multiple
Cargo.tomlfiles are present