mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-08-24 10:13:41 -05:00
update launch.json
This commit is contained in:
Vendored
+2
-2
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user