gog-sync/.vscode/launch.json

13 lines
258 B
JSON

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