Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminal Cursor is at the wrong place with Python3.13 #232420

Open
anthonykim1 opened this issue Oct 28, 2024 · 0 comments
Open

Terminal Cursor is at the wrong place with Python3.13 #232420

anthonykim1 opened this issue Oct 28, 2024 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug python terminal-input Relating to typing in the terminal not doing the right thing, IMEs not working, etc.
Milestone

Comments

@anthonykim1
Copy link
Contributor

anthonykim1 commented Oct 28, 2024

The terminal cursor seems to consistently be at wrong (further in the line) place, when user tries to use python3.13 inside the terminal:
Image

I think it is VS Code thing, since the cursor seems "normal" for external terminal and Pycharm.
Image

The only Python prompt specific code that I recall is:

const pythonPrompt = lineText.match(/^(?<prompt>>>> )/g)?.groups?.prompt;
but wondering if this is the right place to look at.

@Tyriar Tyriar removed their assignment Oct 29, 2024
@rzhao271 rzhao271 added bug Issue identified by VS Code Team member as probable bug terminal-input Relating to typing in the terminal not doing the right thing, IMEs not working, etc. python labels Dec 16, 2024
@rzhao271 rzhao271 added this to the Backlog milestone Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug python terminal-input Relating to typing in the terminal not doing the right thing, IMEs not working, etc.
Projects
None yet
Development

No branches or pull requests

3 participants