13 lines
258 B
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}"
|
|
}
|
|
]
|
|
}
|