Fix rust-analyzer.linkedProjects paths
This commit is contained in:
parent
6e8ea1c049
commit
8ebfc9142f
1 changed files with 3 additions and 3 deletions
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": [
|
"crates": [
|
||||||
{
|
{
|
||||||
"root_module": "./scripts/analyze_profile.rs",
|
"root_module": "./scripts/filter_profile.rs",
|
||||||
"edition": "2018",
|
"edition": "2018",
|
||||||
"deps": [{ "crate": 1, "name": "std" }],
|
"deps": [{ "crate": 1, "name": "std" }],
|
||||||
"cfg": [],
|
"cfg": [],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"root_module": "./build_sysroot/sysroot_src/src/libstd/lib.rs",
|
"root_module": "./build_sysroot/sysroot_src/library/std/src/lib.rs",
|
||||||
"edition": "2018",
|
"edition": "2018",
|
||||||
"deps": [],
|
"deps": [],
|
||||||
"cfg": [],
|
"cfg": [],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue