41 lines
No EOL
628 B
JSON
41 lines
No EOL
628 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "cargo",
|
|
"command": "run",
|
|
"problemMatcher": [
|
|
"$rustc"
|
|
],
|
|
"group": "build",
|
|
"label": "Pico: cargo run",
|
|
"options": {
|
|
"cwd": "rust/pico"
|
|
}
|
|
},
|
|
{
|
|
"type": "cargo",
|
|
"command": "build",
|
|
"problemMatcher": [
|
|
"$rustc"
|
|
],
|
|
"group": "build",
|
|
"label": "Pico: cargo build",
|
|
"options": {
|
|
"cwd": "rust/pico"
|
|
}
|
|
},
|
|
{
|
|
"type": "cargo",
|
|
"command": "build",
|
|
"problemMatcher": [
|
|
"$rustc"
|
|
],
|
|
"group": "build",
|
|
"label": "SerialReader: cargo build",
|
|
"options": {
|
|
"cwd": "rust/serial_reader"
|
|
}
|
|
},
|
|
]
|
|
} |