gog-sync/.vscode/launch.json
Sebastian Hugentobler 5ce0b953cb add error handling
2017-03-20 13:14:49 +01:00

13 lines
260 B
JSON

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