add task button more

This commit is contained in:
2025-08-17 02:44:06 +08:00
parent b24c0853c9
commit 633b2583b2

18
.vscode/tasks.json vendored
View File

@@ -13,7 +13,7 @@
],
"dependsOrder": "sequence",
"icon": {
"id": "play",
"id": "insert",
"tooltip": "Build and Flash"
}
},
@@ -35,6 +35,10 @@
},
"presentation": {
"clear": true
},
"icon": {
"id": "gather",
"tooltip": "Flash MCU"
}
},
{
@@ -55,6 +59,10 @@
},
"presentation": {
"clear": true
},
"icon": {
"id": "discard",
"tooltip": "Reset MCU"
}
},
{
@@ -75,6 +83,10 @@
},
"presentation": {
"clear": true
},
"icon": {
"id": "clear-all",
"tooltip": "Erase MCU"
}
},
{
@@ -123,6 +135,10 @@
},
"presentation": {
"clear": true
},
"icon": {
"id": "code",
"tooltip": "Build"
}
}
]