Terminal Cursor is at the wrong place with Python3.13 #232420
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
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
The text was updated successfully, but these errors were encountered: