embassy/.vscode/settings.json

16 lines
437 B
JSON
Raw Normal View History

2023-05-09 01:51:08 +02:00
{
2023-05-10 02:23:54 +02:00
"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.cargo.features": [
"nightly",
],
2023-05-09 01:51:08 +02:00
"rust-analyzer.linkedProjects": [
".\\examples\\Cargo.toml"
]
}