{ "version": "0.2.0", "configurations": [ { "name": "Debug", "type": "lldb-mi", "request": "launch", "target": "./target/debug/gog-backup", "cwd": "${workspaceRoot}" } ] }