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

17 lines
No EOL
230 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "cargo",
"command": "build",
"problemMatcher": [
"$rustc"
],
"group": "build",
"label": "cargo build",
"presentation": {
"reveal": "silent",
}
}
]
}