mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix rust-analyzer.linkedProjects paths
This commit is contained in:
parent
6e8ea1c049
commit
8ebfc9142f
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -33,16 +33,16 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"roots": ["./scripts/analyze_profile.rs"],
|
||||
"roots": ["./scripts/filter_profile.rs"],
|
||||
"crates": [
|
||||
{
|
||||
"root_module": "./scripts/analyze_profile.rs",
|
||||
"root_module": "./scripts/filter_profile.rs",
|
||||
"edition": "2018",
|
||||
"deps": [{ "crate": 1, "name": "std" }],
|
||||
"cfg": [],
|
||||
},
|
||||
{
|
||||
"root_module": "./build_sysroot/sysroot_src/src/libstd/lib.rs",
|
||||
"root_module": "./build_sysroot/sysroot_src/library/std/src/lib.rs",
|
||||
"edition": "2018",
|
||||
"deps": [],
|
||||
"cfg": [],
|
||||
|
Loading…
Reference in New Issue
Block a user