serial_reader/.vscode/tasks.json

13 lines
160 B
JSON
Raw Normal View History

2024-03-10 17:16:39 +00:00
{
"version": "2.0.0",
"tasks": [
{
"type": "cargo",
"command": "run",
"problemMatcher": [
"$rustc"
],
"label": "rust: cargo run"
}
]
}