gitui/.vscode/launch.json
2020-05-11 17:20:34 +02:00

13 lines
299 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "(OSX) Launch",
"type": "lldb",
"request": "launch",
"program": "${workspaceRoot}/target/debug/gitui",
"args": [],
"cwd": "${workspaceRoot}",
}
]
}