Project

General

Profile

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

Adrian Smith, 2022-11-19 13:44

 
1
{
2
    // See https://go.microsoft.com/fwlink/?LinkId=733558
3
    // for the documentation about the tasks.json format
4
    "version": "2.0.0",
5
    "tasks": [
6
        {
7
            "label": "Build",
8
            "type": "shell",
9
            "command": "make",
10
            "problemMatcher": [],
11
            "group": {
12
                "kind": "build",
13
                "isDefault": true
14
            }
15
        }
16
    ]
17
}
    (1-1/1)