{ "version": "0.2.0", "configurations": [ { "name": "Debug", "type": "cppdbg", "request": "launch", "program": "${command:cmake.launchTargetPath}", "cwd": "${workspaceFolder}/bin", "args": [], "MIMode": "gdb", } ] }