17 lines
316 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|