Skip to content

Commit 8ebfc91

Browse files
committed
Fix rust-analyzer.linkedProjects paths
1 parent 6e8ea1c commit 8ebfc91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
]
3434
},
3535
{
36-
"roots": ["./scripts/analyze_profile.rs"],
36+
"roots": ["./scripts/filter_profile.rs"],
3737
"crates": [
3838
{
39-
"root_module": "./scripts/analyze_profile.rs",
39+
"root_module": "./scripts/filter_profile.rs",
4040
"edition": "2018",
4141
"deps": [{ "crate": 1, "name": "std" }],
4242
"cfg": [],
4343
},
4444
{
45-
"root_module": "./build_sysroot/sysroot_src/src/libstd/lib.rs",
45+
"root_module": "./build_sysroot/sysroot_src/library/std/src/lib.rs",
4646
"edition": "2018",
4747
"deps": [],
4848
"cfg": [],

0 commit comments

Comments
 (0)