2022-07-10 19:45:26 +02:00
|
|
|
{
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"rust-analyzer.cargo.buildScripts.enable": true,
|
|
|
|
"rust-analyzer.cargo.noDefaultFeatures": true,
|
|
|
|
"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
|
|
|
|
"rust-analyzer.checkOnSave.allTargets": false,
|
|
|
|
"rust-analyzer.checkOnSave.noDefaultFeatures": true,
|
|
|
|
"rust-analyzer.imports.granularity.enforce": true,
|
|
|
|
"rust-analyzer.imports.granularity.group": "module",
|
|
|
|
"rust-analyzer.procMacro.attributes.enable": false,
|
2022-07-15 18:33:32 +02:00
|
|
|
"rust-analyzer.procMacro.enable": false,
|
2022-07-10 19:45:26 +02:00
|
|
|
"rust-analyzer.linkedProjects": [
|
|
|
|
"examples/rpi-pico-w/Cargo.toml",
|
|
|
|
],
|
2022-07-21 23:50:40 +02:00
|
|
|
"rust-analyzer.server.extraEnv": {
|
|
|
|
"WIFI_NETWORK": "foo",
|
|
|
|
"WIFI_PASSWORD": "foo",
|
|
|
|
}
|
2022-07-10 19:45:26 +02:00
|
|
|
}
|