summaryrefslogtreecommitdiff
path: root/misc/.vscode/tasks.json
blob: 045fe7e5c00f5db3fa1eb8555744c381a2f0975d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "version": "2.0.0",
    "tasks": [
        {
            "label": "build",
            "type": "shell",
            "command": "make -j",
            "group": {
                "kind": "build",
                "isDefault": true
            }
        }
    ]
}