about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-10-13 13:15:57 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-10-13 13:16:06 +0000
commite1a7791fcb8f5f0f257f3c95241e723ea6abbdbc (patch)
tree9144e22535e46dd1d7b577084a4f9749af342a96
parent69297f9c863f0e153d10447685b9a2cc34f60d57 (diff)
downloadrust-e1a7791fcb8f5f0f257f3c95241e723ea6abbdbc.tar.gz
rust-e1a7791fcb8f5f0f257f3c95241e723ea6abbdbc.zip
Update rust-analyzer.linkedProjects
-rw-r--r--.vscode/settings.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index d88309e412e..13301bf20a5 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -7,7 +7,7 @@
     "rust-analyzer.cargo.features": ["unstable-features"],
     "rust-analyzer.linkedProjects": [
         "./Cargo.toml",
-        //"./build_sysroot/sysroot_src/src/libstd/Cargo.toml",
+        //"./build_sysroot/sysroot_src/library/std/Cargo.toml",
         {
             "roots": [
                 "./example/mini_core.rs",
@@ -36,10 +36,10 @@
             ]
         },
         {
-            "roots": ["./scripts/filter_profile.rs"],
+            "roots": ["./example/std_example.rs"],
             "crates": [
                 {
-                    "root_module": "./scripts/filter_profile.rs",
+                    "root_module": "./example/std_example.rs",
                     "edition": "2018",
                     "deps": [{ "crate": 1, "name": "std" }],
                     "cfg": [],