bluepill-rust-blinky/.vscode/settings.json
2024-02-27 23:01:01 +00:00

10 lines
No EOL
306 B
JSON

{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"git.closeDiffOnOperation": true,
"rust-analyzer.cargo.target": "thumbv7m-none-eabi",
"rust-analyzer.check.allTargets": false,
"cortex-debug.gdbPath": "gdb-multiarch",
}