OK! Install the CMake Tools (Microsoft)
It allows you to click on the bottom status
bar (to check build type Debug/Release/...)
Build button, builds with cmake.
The hardest/weirdest part is configuring the debugger.
"program": "${workspaceFolder}/build/hharry",
Set it up with ${workspaceFolder}/build/FINAL_EXE_NAME
Set a breakpoint on the line you want to stop on, and
Run, Start Debugging. gdb (launch)