mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-10-29 19:12:30 +01:00
Updated the VSCode tasks
This commit is contained in:
12
.vscode/tasks.json
vendored
12
.vscode/tasks.json
vendored
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user