diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-10-13 13:15:57 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-10-13 13:16:06 +0000 |
| commit | e1a7791fcb8f5f0f257f3c95241e723ea6abbdbc (patch) | |
| tree | 9144e22535e46dd1d7b577084a4f9749af342a96 | |
| parent | 69297f9c863f0e153d10447685b9a2cc34f60d57 (diff) | |
| download | rust-e1a7791fcb8f5f0f257f3c95241e723ea6abbdbc.tar.gz rust-e1a7791fcb8f5f0f257f3c95241e723ea6abbdbc.zip | |
Update rust-analyzer.linkedProjects
| -rw-r--r-- | .vscode/settings.json | 6 |
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": [], |
