Add the config needed to get rust-analyzer working on src/bootstrap (#1381)
This commit is contained in:
parent
a05e1fd401
commit
d955bab63c
|
|
@ -46,6 +46,10 @@ you can write: <!-- date: 2022-04 --><!-- the date comment is for the edition be
|
||||||
"--message-format=json"
|
"--message-format=json"
|
||||||
],
|
],
|
||||||
"rust-analyzer.rustc.source": "./Cargo.toml",
|
"rust-analyzer.rustc.source": "./Cargo.toml",
|
||||||
|
"rust-analyzer.linkedProjects": [
|
||||||
|
"Cargo.toml",
|
||||||
|
"src/bootstrap/Cargo.toml"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue