update VS code files

This commit is contained in:
Robin Müller 2024-06-12 10:15:46 +02:00
parent 9a39912edc
commit 5179a79225
Signed by: muellerr
GPG Key ID: A649FB78196E3849
2 changed files with 3 additions and 3 deletions

View File

@ -50,4 +50,4 @@
"runToMain": true, "runToMain": true,
}, },
] ]
} }

View File

@ -32,7 +32,7 @@
"type": "shell", "type": "shell",
"command": "~/.cargo/bin/cargo", // note: full path to the cargo "command": "~/.cargo/bin/cargo", // note: full path to the cargo
"args": [ "args": [
"build", "-p", "vorago-peb1", "--example", "blinky" "build", "-p", "vorago-hal", "--example", "blinky"
], ],
"group": { "group": {
"kind": "build", "kind": "build",
@ -40,4 +40,4 @@
} }
}, },
] ]
} }