{
    "tasks": [
        {
            "type": "cppbuild",
            "label": "C/C++: make build active file",
            "command": "make",
            "args": [],
            "options": {
                "cwd": "${fileDirname}"
            },
            "group": {
                "kind": "build",
                "isDefault": true
            },
            "detail": "Make build this project."
        }
    ],
    "version": "2.0.0"
}