diff --git a/.vscode/example/tasks.json b/.vscode/example/tasks.json index 3c01506a8..1d2b55a2c 100644 --- a/.vscode/example/tasks.json +++ b/.vscode/example/tasks.json @@ -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",