Skip to content

Commit

Permalink
Fix RA
Browse files Browse the repository at this point in the history
Looks like no linked projects means autodicscovery only discovers the top crate.
With more crates, i need to specify all of them, including the top crate because specifying linked projects disables autodiscovery.
  • Loading branch information
martin-t committed Oct 9, 2023
1 parent f3ba198 commit 0087fed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"rust-analyzer.cargo.allFeatures": true,
"rust-analyzer.imports.prefix": "crate",
"rust-analyzer.linkedProjects": [
"./Cargo.toml",
"./friction/Cargo.toml",
],
}

0 comments on commit 0087fed

Please sign in to comment.