Add all exercises to tasks

This commit is contained in:
hodasemi 2018-10-17 07:42:20 +02:00
parent 4e4ddd8234
commit 63305f25e6

18
.vscode/tasks.json vendored
View file

@ -14,6 +14,24 @@
"type": "shell", "type": "shell",
"command": "build/bin/./Exercise1", "command": "build/bin/./Exercise1",
"problemMatcher": [] "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": []
} }
] ]
} }