{ "version": "2.0.0", "tasks": [ { "label": "build engine", "type": "shell", "command": "cmake --build build", "group": { "kind": "build", "isDefault": true }, "problemMatcher": [], "detail": "Build the engine executable" } ] }