{ "version": "2.0.0", "tasks": [ { "type": "cmake", "label": "CMake: build", "command": "build", "targets": [ "format" ], "group": { "kind": "build", "isDefault": true }, "problemMatcher": [], "detail": "CMake template build task", "presentation": { "echo": true, "reveal": "never", "focus": false, "panel": "shared", "showReuseMessage": true, "clear": true } } ] }