Skip to content

Debug opens a new integrated terminal for each Python session #112055

@connor4312

Description

@connor4312

I see this

image

{
	"name": "Python: Current File",
	"type": "python",
	"request": "launch",
	"program": "${file}",
	"console": "integratedTerminal"
}

Originally posted by @roblourens in #82662 (comment)

I was not able to repro this on OSX or Windows. But what rob was seeing is that it consistently open a new terminal on each start, as if the process for the previous terminals is still running

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesinsiders-releasedPatch has been released in VS Code InsidersverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions