From 8ebfc9142f4798f6183e8dfa637309d276dab874 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Sun, 11 Oct 2020 13:19:04 +0200 Subject: [PATCH] Fix rust-analyzer.linkedProjects paths --- .vscode/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 288612be470..04ab5085c19 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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": [],