mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-22 05:29:44 +02:00
remove commented out line
This commit is contained in:
parent
e89d817d78
commit
95e816ae91
1
.vscode/launch.json
vendored
1
.vscode/launch.json
vendored
@ -9,7 +9,6 @@
|
|||||||
"program": "main.go",
|
"program": "main.go",
|
||||||
"args": ["--debug"],
|
"args": ["--debug"],
|
||||||
"console": "integratedTerminal" // <-- 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
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user