{ "version": "2.0.0", "tasks": [ { "label": "Clear console", "type": "shell", "group": "none", "windows": { "command": "cls" }, "linux" : { "command": "clear" } }, { "label": "build", "type": "shell", "command": "cmake --build build", "group": "build", "problemMatcher": [], "dependsOn": [ "Clear console" ] } ] }