2022-12-27 08:44:53 +00:00
|
|
|
{
|
|
|
|
"version": "2.0.0",
|
|
|
|
"tasks": [
|
|
|
|
{
|
|
|
|
"type": "cargo",
|
|
|
|
"command": "run",
|
|
|
|
"problemMatcher": [
|
|
|
|
"$rustc"
|
|
|
|
],
|
|
|
|
"group": "build",
|
|
|
|
"label": "Pico: cargo run",
|
|
|
|
"options": {
|
|
|
|
"cwd": "rust/pico"
|
|
|
|
}
|
|
|
|
},
|
2022-12-27 13:54:32 +00:00
|
|
|
{
|
|
|
|
"type": "cargo",
|
|
|
|
"command": "build",
|
|
|
|
"problemMatcher": [
|
|
|
|
"$rustc"
|
|
|
|
],
|
|
|
|
"group": "build",
|
|
|
|
"label": "Pico: cargo build",
|
|
|
|
"options": {
|
|
|
|
"cwd": "rust/pico"
|
|
|
|
}
|
|
|
|
},
|
2022-12-27 08:44:53 +00:00
|
|
|
]
|
|
|
|
}
|