1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 12:42:30 +04:00

add fbt format and clear to quick tasks

This commit is contained in:
MX
2023-07-18 22:55:46 +03:00
parent 2f532a547e
commit 3c32075919

View File

@@ -15,6 +15,18 @@
"type": "shell",
"command": "./fbt"
},
{
"label": "[FBT] Format",
"group": "build",
"type": "shell",
"command": "./fbt format"
},
{
"label": "[FBT] Clear",
"group": "build",
"type": "shell",
"command": "./fbt -c"
},
{
"label": "[Release] Flash (ST-Link)",
"group": "build",