From 63305f25e6df361d656ffd870996afae030d4e68 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Wed, 17 Oct 2018 07:42:20 +0200 Subject: [PATCH] Add all exercises to tasks --- .vscode/tasks.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 873e16b..a9d78c3 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -14,6 +14,24 @@ "type": "shell", "command": "build/bin/./Exercise1", "problemMatcher": [] + }, + { + "label": "Run Exercise 2", + "type": "shell", + "command": "build/bin/./Exercise2", + "problemMatcher": [] + }, + { + "label": "Run Exercise 3", + "type": "shell", + "command": "build/bin/./Exercise3", + "problemMatcher": [] + }, + { + "label": "Run Exercise 4", + "type": "shell", + "command": "build/bin/./Exercise4", + "problemMatcher": [] } ] } \ No newline at end of file