From 85304718732f8831922af41b6e00c21511657d40 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Tue, 28 Oct 2025 21:55:01 +0300 Subject: [PATCH] vscode add fbt format and clear cmds --- .vscode/example/tasks.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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