forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-debuggingfeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds community feedbackAwaiting community feedbackAwaiting community feedback
Description
Discussed in #16932
Originally posted by byehack August 11, 2021
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)
Metadata
Metadata
Assignees
Labels
area-debuggingfeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds community feedbackAwaiting community feedbackAwaiting community feedback