This commit is contained in:
Willy-JL
2023-07-21 21:06:12 +01:00
25 changed files with 149 additions and 101 deletions

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",