{ "version": "0.2.0", "configurations": [ { "name": "Runner", "type": "gdb", "request": "launch", "target": "${workspaceRoot}/zig-out/bin/main", "cwd": "${workspaceRoot}/debug/", "valuesFormatting": "prettyPrinters", "preLaunchTask": "Build All" }, ] }