gog-sync/.vscode/launch.json

13 lines
258 B
JSON
Raw Permalink Normal View History

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