Updated the VSCode tasks

This commit is contained in:
Cédric Belin
2019-01-27 23:19:52 +01:00
parent 4ac396ffb0
commit 3cffa1cd1d

12
.vscode/tasks.json vendored
View File

@ -7,6 +7,12 @@
"problemMatcher": [],
"type": "shell"
},
{
"command": "robo coverage",
"label": "robo : coverage",
"problemMatcher": [],
"type": "shell"
},
{
"command": "robo doc",
"label": "robo : doc",
@ -32,6 +38,12 @@
"problemMatcher": [],
"type": "shell"
},
{
"command": "robo version",
"label": "robo : version",
"problemMatcher": [],
"type": "shell"
},
{
"command": "robo watch",
"label": "robo : watch",