mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2025-03-07 06:27:05 +00:00
Opps
Accidentally got committed on merge conflict resolution
This commit is contained in:
parent
349a402790
commit
aaeb422942
33
.vscode/tasks.json
vendored
33
.vscode/tasks.json
vendored
@ -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": []
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user