-
Notifications
You must be signed in to change notification settings - Fork 36.9k
Closed
Labels
bugIssue identified by VS Code Team member as probable 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.Relating to typing in the terminal not doing the right thing, IMEs not working, etc.verifiedVerification succeededVerification succeeded
Milestone
Description
The terminal cursor seems to consistently be at wrong (further in the line) place, when user tries to use python3.13 inside the terminal:

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

The only Python prompt specific code that I recall is:
vscode/src/vs/platform/terminal/common/capabilities/commandDetectionCapability.ts
Line 961 in 0561ca0
| const pythonPrompt = lineText.match(/^(?<prompt>>>> )/g)?.groups?.prompt; |
jiegec
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable 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.Relating to typing in the terminal not doing the right thing, IMEs not working, etc.verifiedVerification succeededVerification succeeded