added new builder task
This commit is contained in:
parent
adc470dfab
commit
cc2b96ba32
12
.vscode/tasks.json
vendored
12
.vscode/tasks.json
vendored
@ -3,6 +3,18 @@
|
|||||||
// for the documentation about the tasks.json format
|
// for the documentation about the tasks.json format
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
|
{
|
||||||
|
"label": "rust: cargo build",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
|
||||||
|
"args": [
|
||||||
|
"build"
|
||||||
|
],
|
||||||
|
"group": {
|
||||||
|
"kind": "build",
|
||||||
|
"isDefault": true
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "rust: cargo build minimal blinky",
|
"label": "rust: cargo build minimal blinky",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 4be67161eab3e845dc7cb117fe039c3ba2964786
|
Subproject commit b2d9cbe4237353e2de7c86cef2b8e5c6eeb3ebb5
|
Loading…
x
Reference in New Issue
Block a user