diff --git a/.vscode/example/tasks.json b/.vscode/example/tasks.json index aab2994f771..0f17077e737 100644 --- a/.vscode/example/tasks.json +++ b/.vscode/example/tasks.json @@ -3,6 +3,18 @@ // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ + { + "label": "[FBT] Format", + "group": "build", + "type": "shell", + "command": "./fbt format" + }, + { + "label": "[FBT] Clear", + "group": "build", + "type": "shell", + "command": "./fbt -c" + }, { "label": "[Release] Build Firmware", "group": "build", @@ -180,4 +192,4 @@ } } ] -} +} \ No newline at end of file