attempt to fix ra

This commit is contained in:
Daniel Bulant 2026-05-13 11:10:58 +02:00
parent f65547870e
commit 93861bb7ce
No known key found for this signature in database

17
.zed/settings.json Normal file
View 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
}
}
}
}
}