2023-04-12 09:40:56 +00:00
|
|
|
{
|
|
|
|
"version": "2.0.0",
|
|
|
|
"tasks": [
|
|
|
|
{
|
|
|
|
"type": "cargo",
|
|
|
|
"command": "run",
|
|
|
|
"problemMatcher": [
|
|
|
|
"$rustc"
|
|
|
|
],
|
|
|
|
"label": "rust: cargo run"
|
2023-04-16 12:19:09 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "cargo",
|
|
|
|
"command": "build",
|
|
|
|
"problemMatcher": [
|
|
|
|
"$rustc"
|
|
|
|
],
|
|
|
|
"label": "rust: cargo build"
|
2023-04-12 09:40:56 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|