Project

General

Profile

RE: Need help: Compile and test tvheadend from an IDE? » tasks.json

Adrian Smith, 2022-11-19 17:36

 
1
{
2
    "version": "2.0.0",
3
    "tasks": [
4
        {
5
            "label": "Build TVH",
6
            "type": "shell",
7
            "command": "make",
8
            "problemMatcher": [],
9
            "group": "build"
10
        },
11
    ]
12
}
(2-2/2)