summaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-05-17 21:52:14 +1000
committerJesse Duffield <jessedduffield@gmail.com>2022-05-17 21:52:14 +1000
commit95e816ae916991fd74971eedfacbab148ddbe07a (patch)
treef5488becbda15c1370c31f11d41b10c677b01887 /.vscode
parente89d817d78b52327d002c9bdff58f9888163711e (diff)
remove commented out line
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json1
1 files changed, 0 insertions, 1 deletions
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
}
]
}