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

Do not use bracketed paste mode for native repl Python3.13 #24417

Closed
anthonykim1 opened this issue Nov 11, 2024 · 1 comment · Fixed by #24433
Closed

Do not use bracketed paste mode for native repl Python3.13 #24417

anthonykim1 opened this issue Nov 11, 2024 · 1 comment · Fixed by #24433
Assignees
Labels
area-repl bug Issue identified by VS Code Team member as probable bug verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@anthonykim1
Copy link

Originally reported by @amunger

There seems to be sequence for bracketed paste mode that also gets sent to native repl if user is on Python3.13
This should not happen as bracketed paste mode is only for Terminal.

@anthonykim1 anthonykim1 added area-repl bug Issue identified by VS Code Team member as probable bug labels Nov 11, 2024
@anthonykim1 anthonykim1 added this to the November 2024 milestone Nov 11, 2024
@anthonykim1 anthonykim1 self-assigned this Nov 11, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Nov 11, 2024
@anthonykim1
Copy link
Author

Verification step:

  1. Download latest pre-release version of Python extension and also Python3.13 on your local machine.
  2. Make sure setting for native repl is on (type native repl and toggle on setting to shift+enter from Python file to native REPL)
  3. Make sure you do not see any \u001b[200~${your_output}\u001b[201~ sequence in your native repl output.
  4. Just look if there are weird characters that show up, if not call it a success.

@anthonykim1 anthonykim1 added verification-needed Verification of issue is requested and removed triage-needed Needs assignment to the proper sub-team labels Dec 2, 2024
@rzhao271 rzhao271 added the verified Verification succeeded label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-repl bug Issue identified by VS Code Team member as probable bug verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants