Switch to queue based execution for executing Python code (#25669) by eleanorjboyd · Pull Request #25671 · microsoft/vscode-python

@anthonykim1 @eleanorjboyd

…25669)

Resolves:
microsoft/vscode-python-environments#958

Challenge is that sendText would get called when terminal is not ready.
And doing `undefined.show()` is the problem.
Switching to queue based execution for running REPL commands, which
would prevent from us losing the first command as well.

@eleanorjboyd self-assigned this

Dec 16, 2025

anthonykim1