attempt to fix ra
This commit is contained in:
parent
f65547870e
commit
93861bb7ce
1 changed files with 17 additions and 0 deletions
17
.zed/settings.json
Normal file
17
.zed/settings.json
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"lsp": {
|
||||||
|
"rust-analyzer": {
|
||||||
|
"initialization_options": {
|
||||||
|
"linkedProjects": [
|
||||||
|
"device-state/Cargo.toml",
|
||||||
|
"esp32/Cargo.toml",
|
||||||
|
"pico/Cargo.toml",
|
||||||
|
"simulator/Cargo.toml"
|
||||||
|
],
|
||||||
|
"check": {
|
||||||
|
"workspace": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue