]> git.lizzy.rs Git - rust.git/commitdiff
Fix rust-analyzer.linkedProjects paths
authorbjorn3 <bjorn3@users.noreply.github.com>
Sun, 11 Oct 2020 11:19:04 +0000 (13:19 +0200)
committerbjorn3 <bjorn3@users.noreply.github.com>
Sun, 11 Oct 2020 11:19:39 +0000 (13:19 +0200)
.vscode/settings.json

index 288612be470b287ca1da0e99658e6750f04645e0..04ab5085c196c3f924e295cf4cf46be6386cc223 100644 (file)
             ]
         },
         {
-            "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": [],