mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
15 lines
337 B
JSON
15 lines
337 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "debug lazygit",
|
|
"type": "go",
|
|
"request": "launch",
|
|
"mode": "auto",
|
|
"program": "main.go",
|
|
"args": ["--debug"],
|
|
"console": "integratedTerminal" // <-- you need this to actually see the lazygit UI in a window while debugging
|
|
}
|
|
]
|
|
}
|