{ "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" ] }