Add all exercises to tasks
This commit is contained in:
parent
4e4ddd8234
commit
63305f25e6
1 changed files with 18 additions and 0 deletions
18
.vscode/tasks.json
vendored
18
.vscode/tasks.json
vendored
|
@ -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": []
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue