itpdp/.zed/settings.json
2026-05-13 11:10:58 +02:00

17 lines
316 B
JSON

{
"lsp": {
"rust-analyzer": {
"initialization_options": {
"linkedProjects": [
"device-state/Cargo.toml",
"esp32/Cargo.toml",
"pico/Cargo.toml",
"simulator/Cargo.toml"
],
"check": {
"workspace": false
}
}
}
}
}