embassy/.vscode/settings.json

13 lines
377 B
JSON
Raw Normal View History

2023-05-08 23:51:08 +00:00
{
2023-05-10 00:23:54 +00:00
"editor.formatOnSave": true,
"[toml]": {
2023-05-10 00:25:18 +00:00
"editor.formatOnSave": false
2023-05-10 00:23:54 +00:00
},
"rust-analyzer.check.allTargets": false,
"rust-analyzer.check.noDefaultFeatures": true,
"rust-analyzer.cargo.noDefaultFeatures": true,
"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
2023-05-08 23:51:08 +00:00
"rust-analyzer.linkedProjects": [
".\\examples\\Cargo.toml"
]
}