diff --git a/.vscode/launch.json b/.vscode/launch.json index 46c6fb5db..d65563396 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,6 @@ "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 } ] }