Fix rust-analyzer.linkedProjects paths

This commit is contained in:
bjorn3 2020-10-11 13:19:04 +02:00
parent 6e8ea1c049
commit 8ebfc9142f

View file

@ -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": [],