11 lines
No EOL
371 B
JSON
11 lines
No EOL
371 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,
|
|
"terminal.integrated.cwd": "${workspaceFolder}/bluepill-rs",
|
|
"cortex-debug.gdbPath": "gdb-multiarch",
|
|
} |