Discussed in #16932
Originally posted by byehack August 11, 2021
From microsoft/vscode#130518
there is internalConsoleOptions in launch configurations options. via set it to "neverOpen" we can prevent from opening debug console.
but some projects doesn't need open terminal on debug starts. there should be internalTerminalOptions. here is the options:
"neverOpen"
"openUnfocused"
"alwaysOpen"(Default)
Discussed in #16932
Originally posted by byehack August 11, 2021
From microsoft/vscode#130518
there is
internalConsoleOptionsinlaunchconfigurations options. via set it to "neverOpen" we can prevent from opening debug console.but some projects doesn't need open terminal on debug starts. there should be
internalTerminalOptions. here is the options:"neverOpen"
"openUnfocused"
"alwaysOpen"(Default)