mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04:00
add fbt format and clear to quick tasks
This commit is contained in:
12
.vscode/example/tasks.json
vendored
12
.vscode/example/tasks.json
vendored
@@ -15,6 +15,18 @@
|
|||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "./fbt"
|
"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)",
|
"label": "[Release] Flash (ST-Link)",
|
||||||
"group": "build",
|
"group": "build",
|
||||||
|
|||||||
Reference in New Issue
Block a user