-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Code render glitch when navigating history in Terminal #226988
Comments
Screen.Recording.2024-08-26.at.12.13.13.PM.mov |
I'm not sure what would have caused this, maybe upgrading to use executeCommand instead of sendText would fix the problem? That's tracked in microsoft/vscode-python#23929 |
is there a way I can test this easily? |
@MCarzolio2 this would need a change in the python extension. You could try make the change there but you'd need to set up development for the extension. |
Type: Bug
Behaviour
Using arrows to navigate history in a Terminal breaks the code rendering. This happens in interactive Python that is launched using shift + enter on highlighted code.
I've noticed that this issue only happens if the $PYTHONSTARTUP variable is set to pythonrc.py. Unsetting this variable launches a well-behaved Python session.
Steps to reproduce:
Diagnostic data
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Extension version: 2024.12.3
VS Code version: Code 1.92.2 (Universal) (fee1edb, 2024-08-14T17:29:30.058Z)
OS version: Darwin arm64 23.6.0
Modes:
python.languageServer
setting: DefaultUser Settings
Installed Extensions
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: