Skip to content

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

@anthonykim1

Description

@anthonykim1

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.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugpythonterminal-inputRelating to typing in the terminal not doing the right thing, IMEs not working, etc.verifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions