embassy/.vscode/settings.json
2023-05-10 02:25:18 +02:00

13 lines
377 B
JSON

{
"editor.formatOnSave": true,
"[toml]": {
"editor.formatOnSave": false
},
"rust-analyzer.check.allTargets": false,
"rust-analyzer.check.noDefaultFeatures": true,
"rust-analyzer.cargo.noDefaultFeatures": true,
"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
"rust-analyzer.linkedProjects": [
".\\examples\\Cargo.toml"
]
}