13 lines
377 B
JSON
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"
|
|
]
|
|
} |