In VSCode, Python debugger launches a new Terminal every time I debug [duplicate]
问题 This question already has answers here : VS Code opens a new debug console every time I build/run (3 answers) Closed 7 months ago . When debugging in Python, in VS Code, it is creating a new terminal every time I debug. Code just keeps adding a terminal every time to the dropdown list in the terminal window. I have to manually delete each terminal, or delete a bunch of them after a while - otherwise it eventually hangs. Is there an option setting to stop this? Is it expected behavior or a