Better rust-analyzer.linkedProjects value
This commit is contained in:
parent
a24213d81b
commit
bd8be325ab
33
.vscode/settings.json
vendored
33
.vscode/settings.json
vendored
@ -7,13 +7,7 @@
|
|||||||
"rust-analyzer.cargo.features": ["unstable-features"],
|
"rust-analyzer.cargo.features": ["unstable-features"],
|
||||||
"rust-analyzer.linkedProjects": [
|
"rust-analyzer.linkedProjects": [
|
||||||
"./Cargo.toml",
|
"./Cargo.toml",
|
||||||
//"./build_sysroot/sysroot_src/library/std/Cargo.toml",
|
|
||||||
{
|
{
|
||||||
"roots": [
|
|
||||||
"./example/mini_core.rs",
|
|
||||||
"./example/mini_core_hello_world.rs",
|
|
||||||
"./example/mod_bench.rs"
|
|
||||||
],
|
|
||||||
"crates": [
|
"crates": [
|
||||||
{
|
{
|
||||||
"root_module": "./example/mini_core.rs",
|
"root_module": "./example/mini_core.rs",
|
||||||
@ -36,34 +30,17 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"roots": ["./example/std_example.rs"],
|
"sysroot_src": "./build_sysroot/sysroot_src/library",
|
||||||
"crates": [
|
|
||||||
{
|
|
||||||
"root_module": "./example/std_example.rs",
|
|
||||||
"edition": "2018",
|
|
||||||
"deps": [{ "crate": 1, "name": "std" }],
|
|
||||||
"cfg": [],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"root_module": "./build_sysroot/sysroot_src/library/std/src/lib.rs",
|
|
||||||
"edition": "2018",
|
|
||||||
"deps": [],
|
|
||||||
"cfg": [],
|
|
||||||
},
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"roots": ["./y.rs"],
|
|
||||||
"crates": [
|
"crates": [
|
||||||
{
|
{
|
||||||
"root_module": "./y.rs",
|
"root_module": "./y.rs",
|
||||||
"edition": "2018",
|
"edition": "2021",
|
||||||
"deps": [{ "crate": 1, "name": "std" }],
|
"deps": [],
|
||||||
"cfg": [],
|
"cfg": [],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"root_module": "./build_sysroot/sysroot_src/library/std/src/lib.rs",
|
"root_module": "./example/std_example.rs",
|
||||||
"edition": "2018",
|
"edition": "2015",
|
||||||
"deps": [],
|
"deps": [],
|
||||||
"cfg": [],
|
"cfg": [],
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user