rFactor2_vk_hud/.vscode/tasks.json
2023-01-10 14:24:04 +01:00

14 lines
185 B
JSON

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