summaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-05-17 11:45:47 +0000
committerGitHub <noreply@github.com>2022-05-17 11:45:47 +0000
commite89d817d78b52327d002c9bdff58f9888163711e (patch)
treed8c20e6bd603f355490ab4f2818991dcb29f366b /.vscode
parent2fe286f395f71498a99caf69fd1244dc8f330193 (diff)
update launch.json
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json4
1 files 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
}
]
}