remove commented out line

This commit is contained in:
Jesse Duffield
2022-05-17 21:52:14 +10:00
parent e89d817d78
commit 95e816ae91
-1
View File
@@ -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
}
]
}