2023-05-09 01:51:08 +02:00
|
|
|
{
|
2023-05-10 02:23:54 +02:00
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"[toml]": {
|
2023-05-10 02:25:18 +02:00
|
|
|
"editor.formatOnSave": false
|
2023-05-10 02:23:54 +02: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-09 01:51:08 +02:00
|
|
|
"rust-analyzer.linkedProjects": [
|
|
|
|
".\\examples\\Cargo.toml"
|
|
|
|
]
|
|
|
|
}
|