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)
The text was updated successfully, but these errors were encountered:
Terminals are not controlled by VS Code but by individual debug extensions. Please file this feature request against the debug extension you are using.
there is
internalConsoleOptions
inlaunch
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)
The text was updated successfully, but these errors were encountered: