Change taskname to label

This commit is contained in:
Unknown
2019-08-20 21:13:21 -04:00
parent 4ba522b139
commit 51e81cc8f1
+3 -3
View File
@@ -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": []