{
"folders": [
{
"path": "."
},
{
"path": "../device-envoy-blinky"
}
],
"settings": {
"rust-analyzer.cargo.allTargets": false,
"rust-analyzer.cargo.features": [
"wifi"
],
"rust-analyzer.check.overrideCommand": [
"cargo",
"check",
"--package",
"serials",
"--features",
"wifi",
"--target",
"thumbv6m-none-eabi"
],
"terminal.integrated.shellIntegration.enabled": true
}
}