mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-15 01:56:24 -04:00
update launch.json
This commit is contained in:
parent
2fe286f395
commit
e89d817d78
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
|
@ -8,8 +8,8 @@
|
|||
"mode": "auto",
|
||||
"program": "main.go",
|
||||
"args": ["--debug"],
|
||||
// "console": "integratedTerminal" // <-- you need this to actually see the lazygit UI in a window while debugging
|
||||
"console": "externalTerminal" // <-- you need this to actually see the lazygit UI in a window while debugging
|
||||
"console": "integratedTerminal" // <-- you need this to actually see the lazygit UI in a window while debugging
|
||||
// "console": "externalTerminal" // <-- you need this to actually see the lazygit UI in a window while debugging
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue