From 95e816ae916991fd74971eedfacbab148ddbe07a Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 17 May 2022 21:52:14 +1000 Subject: [PATCH] remove commented out line --- .vscode/launch.json | 1 - 1 file changed, 1 deletion(-) 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 } ] }