{ "version": "2.0.0", "tasks": [ { "label": "CMake: configure", "type": "cmake", "command": "configure", "group": "build" }, { "label": "CMake: build", "type": "cmake", "command": "build", "dependsOn": "CMake: configure", "dependsOrder": "sequence", "group": "build" } ] }