From 9b7dad5be644575e5956f604c253dce3a59aee43 Mon Sep 17 00:00:00 2001 From: NADAL Jean-Baptiste Date: Tue, 17 Apr 2018 22:59:28 +0200 Subject: [PATCH] Add clean task. --- .vscode/tasks.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index db5fcafe..5cd9a514 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -37,6 +37,22 @@ "$gcc" ] }, + { + "label": "X86_64 - make clean - domod", + "options": { + "cwd": "${workspaceRoot}/_builds/x86_64_domo-debug/buildroot/build/domod", + }, + "type": "shell", + "command": "make clean", + "group": "build", + "presentation": { + "echo": true, + "reveal": "always" + }, + "problemMatcher": [ + "$gcc" + ] + }, { "label": "X86_64 - cmake - libubus-cpp", "type": "shell",