Add the config needed to get rust-analyzer working on src/bootstrap (#1381)

This commit is contained in:
Joshua Nelson 2022-07-03 02:06:54 -04:00 committed by GitHub
parent a05e1fd401
commit d955bab63c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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"
]
}
```