mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 23:02:30 +00:00
18 lines
526 B
JSON
18 lines
526 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"[toml]": {
|
|
"editor.formatOnSave": false
|
|
},
|
|
"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
|
|
"rust-analyzer.cargo.noDefaultFeatures": true,
|
|
"rust-analyzer.check.allTargets": false,
|
|
"rust-analyzer.check.noDefaultFeatures": true,
|
|
"rust-analyzer.linkedProjects": [
|
|
"examples/rpi-pico-w/Cargo.toml",
|
|
"cyw43-pio/Cargo.toml",
|
|
],
|
|
"rust-analyzer.server.extraEnv": {
|
|
"WIFI_NETWORK": "foo",
|
|
"WIFI_PASSWORD": "foo",
|
|
}
|
|
} |