Removed several unneeded files and folders

This commit is contained in:
Benjamin Blake
2020-03-03 14:46:59 -07:00
parent 28aa608b9b
commit 362ed05780
18 changed files with 0 additions and 358 deletions

54
.vscode/tasks.json vendored
View File

@ -1,54 +0,0 @@
{
"version": "2.0.0",
"tasks": [
{
"command": "robo clean",
"label": "robo : clean",
"problemMatcher": [],
"type": "shell"
},
{
"command": "robo coverage",
"label": "robo : coverage",
"problemMatcher": [],
"type": "shell"
},
{
"command": "robo doc",
"label": "robo : doc",
"problemMatcher": [],
"type": "shell"
},
{
"command": "robo lint",
"label": "robo : lint",
"problemMatcher": [],
"type": "shell"
},
{
"command": "robo test",
"group": {"isDefault": true, "kind": "build"},
"label": "robo : test",
"problemMatcher": [],
"type": "shell"
},
{
"command": "robo upgrade",
"label": "robo : upgrade",
"problemMatcher": [],
"type": "shell"
},
{
"command": "robo version",
"label": "robo : version",
"problemMatcher": [],
"type": "shell"
},
{
"command": "robo watch",
"label": "robo : watch",
"problemMatcher": [],
"type": "shell"
}
]
}