Accidentally got committed on merge conflict resolution
This commit is contained in:
MCrowson 2019-05-06 09:07:41 -04:00 committed by GitHub
parent 349a402790
commit aaeb422942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

33
.vscode/tasks.json vendored
View File

@ -1,33 +0,0 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Test Roku",
"type": "shell",
"command": "make test",
"group": {
"kind": "test",
"isDefault": true
},
"presentation": {
"reveal": "silent"
},
"problemMatcher": []
},
{
"label": "Deploy Roku",
"type": "shell",
"command": "make install",
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"reveal": "silent"
},
"problemMatcher": []
}
]
}