You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
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)
All reactions