mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 19:29:14 +03:00
13 lines
299 B
JSON
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}",
|
||
|
}
|
||
|
]
|
||
|
}
|