gog-sync/.vscode/launch.json

13 lines
260 B
JSON
Raw Normal View History

2017-03-20 12:14:49 +00:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug",
"type": "lldb-mi",
"request": "launch",
"target": "./target/debug/gog-backup",
"cwd": "${workspaceRoot}"
}
]
}