1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00

update launch.json

This commit is contained in:
Jesse Duffield 2022-05-17 11:45:47 +00:00 committed by GitHub
parent 2fe286f395
commit e89d817d78

4
.vscode/launch.json vendored
View File

@ -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
}
]
}