mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-21 07:14:22 +08:00
Change taskname to label
This commit is contained in:
Vendored
+3
-3
@@ -4,7 +4,7 @@
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"taskName": "build",
|
||||
"label": "build",
|
||||
"type": "shell",
|
||||
"command": "make",
|
||||
"group": {
|
||||
@@ -19,13 +19,13 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"taskName": "flash",
|
||||
"label": "flash",
|
||||
"type": "shell",
|
||||
"command": "make flash",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"taskName": "openocd",
|
||||
"label": "openocd",
|
||||
"type": "shell",
|
||||
"command": "openocd -f \"interface/stlink-v2.cfg\" -f \"target/stm32f4x_stlink.cfg\" -c \"gdb_port 3333; log_output openocd.log\"",
|
||||
"problemMatcher": []
|
||||
|
||||
Reference in New Issue
Block a user