Yard/.vscode/tasks.json

13 lines
160 B
JSON
Raw Permalink Normal View History

2022-10-03 12:11:49 +00:00
{
"version": "2.0.0",
"tasks": [
{
"type": "cargo",
"command": "run",
"problemMatcher": [
"$rustc"
],
"label": "rust: cargo run"
}
]
}