From 3c32075919fb19613334f9d2dc86b818e3e2b66a Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Tue, 18 Jul 2023 22:55:46 +0300 Subject: [PATCH] add fbt format and clear to quick tasks --- .vscode/example/tasks.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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",