vscode settings

This commit is contained in:
kalkyl 2023-05-10 02:25:18 +02:00
parent adefa4f86b
commit 7b83d53bbf

View File

@ -1,15 +1,12 @@
{ {
"editor.formatOnSave": true, "editor.formatOnSave": true,
"[toml]": { "[toml]": {
"editor.formatOnSave": false "editor.formatOnSave": false
}, },
"rust-analyzer.check.allTargets": false, "rust-analyzer.check.allTargets": false,
"rust-analyzer.check.noDefaultFeatures": true, "rust-analyzer.check.noDefaultFeatures": true,
"rust-analyzer.cargo.noDefaultFeatures": true, "rust-analyzer.cargo.noDefaultFeatures": true,
"rust-analyzer.cargo.target": "thumbv6m-none-eabi", "rust-analyzer.cargo.target": "thumbv6m-none-eabi",
"rust-analyzer.cargo.features": [
"nightly",
],
"rust-analyzer.linkedProjects": [ "rust-analyzer.linkedProjects": [
".\\examples\\Cargo.toml" ".\\examples\\Cargo.toml"
] ]