{ "tasks": [ { "type": "shell", "label": "CMake Generate", "command": "cmake -S. -Bbuild -DCAMKE_POLICY_MINIMUM_VERSION=3.5 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON $VCPKG_CMAKE_ARGS" }, { "type": "shell", "label": "CMake Build", "comamnd": "cmake --build build" } ] }