Skip to content

Commit

Permalink
Add the config needed to get rust-analyzer working on src/bootstrap (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 authored Jul 3, 2022
1 parent a05e1fd commit d955bab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/building/suggested.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ you can write: <!-- date: 2022-04 --><!-- the date comment is for the edition be
"--message-format=json"
],
"rust-analyzer.rustc.source": "./Cargo.toml",
"rust-analyzer.linkedProjects": [
"Cargo.toml",
"src/bootstrap/Cargo.toml"
]
}
```

Expand Down

0 comments on commit d955bab

Please sign in to comment.