From e89d817d78b52327d002c9bdff58f9888163711e Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 17 May 2022 11:45:47 +0000 Subject: [PATCH] update launch.json --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 1dfe99bce..46c6fb5db 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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 } ] }