bluepill-rust-blinky/.vscode/settings.json

11 lines
371 B
JSON
Raw Normal View History

2024-02-27 22:55:50 +00:00
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"git.closeDiffOnOperation": true,
"rust-analyzer.cargo.target": "thumbv7m-none-eabi",
"rust-analyzer.check.allTargets": false,
2024-03-03 16:11:08 +00:00
"terminal.integrated.cwd": "${workspaceFolder}/bluepill-rs",
2024-02-27 22:55:50 +00:00
"cortex-debug.gdbPath": "gdb-multiarch",
}