diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 925e3d4..27ae63a 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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",