FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Switch to queue based execution for executing Python code by anthonykim1 · Pull Request #25669 · microsoft/vscode-python · GitHub

Switch to queue based execution for executing Python code - #25669

Merged
Anthony Kim (anthonykim1) merged 16 commits into
mainfrom
anthonykim1/preventUndefinedShow
Dec 16, 2025
Merged

Switch to queue based execution for executing Python code#25669
Anthony Kim (anthonykim1) merged 16 commits into
mainfrom
anthonykim1/preventUndefinedShow

Conversation

Anthony Kim (anthonykim1) commented Dec 15, 2025
edited
Loading

Copy link
Copy Markdown

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.

Anthony Kim (anthonykim1) added this to the December / January 2026 milestone Dec 15, 2025
Anthony Kim (anthonykim1) changed the title Anthonykim1/prevent undefined show Prevent Cannot read properties of undefined ('show') when running Python code Dec 15, 2025
Anthony Kim (anthonykim1) marked this pull request as draft December 15, 2025 18:29
Anthony Kim (anthonykim1) added the bug Issue identified by VS Code Team member as probable bug label Dec 15, 2025
Anthony Kim (anthonykim1) added the important Issue identified as high-priority label Dec 16, 2025
Anthony Kim (anthonykim1) changed the title Prevent Cannot read properties of undefined ('show') when running Python code Switch to queue based execution for executing Python code Dec 16, 2025
Anthony Kim (anthonykim1) marked this pull request as ready for review December 16, 2025 17:40
Anthony Kim (anthonykim1) merged commit c7efb6e into main Dec 16, 2025
86 checks passed
Anthony Kim (anthonykim1) deleted the anthonykim1/preventUndefinedShow branch December 16, 2025 17:55
Eleanor Boyd (eleanorjboyd) pushed a commit to eleanorjboyd/vscode-python that referenced this pull request Dec 16, 2025
…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.
Eleanor Boyd (eleanorjboyd) added a commit that referenced this pull request Dec 16, 2025
…25671)

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.

Co-authored-by: Anthony Kim <62267334+anthonykim1@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-terminal bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot read properties of undefined (reading 'show')

3 participants


Back | FazBrowse Home | New Git URL