vscode settings

This commit is contained in:
kalkyl 2023-05-10 02:23:54 +02:00
parent d40589f082
commit adefa4f86b

11
.vscode/settings.json vendored
View File

@ -1,4 +1,15 @@
{
"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.cargo.features": [
"nightly",
],
"rust-analyzer.linkedProjects": [
".\\examples\\Cargo.toml"
]