forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
area-terminalinfo-neededIssue requires more information from posterIssue requires more information from poster
Description
Type: Bug
Behaviour
When using the terminal to run a Python shell in a project with Python files, the first instance of line wrapping in a line does not work correctly. Wrapping occurs early, and the "next line" appears overlapping the previous line.
Steps to reproduce:
- Open a project containing at least one .py file.
- Open the terminal using CTRL-`.
- Run
python
. - If the nearest line to the input prompt reads "Ctrl click to launch VS Code Native REPL", the bug occurs.
- Enter characters until the line wraps. If the bug does not occur on the first line of input, press
enter
and enter characters again.
Diagnostic data
Extension version: 2025.14.0
VS Code version: Code 1.104.2 (e3a5acfb517a443235981655413d566533107e92, 2025-09-24T11:21:37.073Z)
OS version: Linux x64 6.14.0-32-generic snap
Modes:
- Python version (& distribution if applicable, e.g. Anaconda): 3.12.3
- Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): Venv
- Value of the
python.languageServer
setting: Default
User Settings
languageServer: "Jedi"
Installed Extensions
Extension Name | Extension Id | Version |
---|---|---|
js-debug | ms- | 1.104.0 |
js-debug-companion | ms- | 1.1.3 |
python | ms- | 2025.14.0 |
vscode-js-profile-table | ms- | 1.0.10 |
System Info
Item | Value |
---|---|
CPUs | Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz (12 x 4000) |
GPU Status | 2d_canvas: unavailable_software direct_rendering_display_compositor: disabled_off_ok gpu_compositing: disabled_software multiple_raster_threads: enabled_on opengl: disabled_off rasterization: disabled_software raw_draw: disabled_off_ok skia_graphite: disabled_off trees_in_viz: disabled_off video_decode: disabled_software video_encode: disabled_software vulkan: disabled_off webgl: unavailable_software webgl2: unavailable_software webgpu: disabled_off webnn: unavailable_software |
Load (avg) | 3, 2, 2 |
Memory (System) | 15.37GB (9.19GB free) |
Process Argv | --no-sandbox --force-user-env --crash-reporter-id ce59dcdc-2074-4244-b028-44591d65a135 --crash-reporter-id ce59dcdc-2074-4244-b028-44591d65a135 |
Screen Reader | no |
VM | 0% |
DESKTOP_SESSION | ubuntu |
XDG_CURRENT_DESKTOP | Unity |
XDG_SESSION_DESKTOP | ubuntu |
XDG_SESSION_TYPE | wayland |
A/B Experiments
vsliv368:30146709
binariesv615:30325510
nativeloc1:31344060
dwcopilot:31170013
dwoutputs:31242946
copilot_t_ci:31333650
e5gg6876:31282496
pythonrdcb7:31342333
usemplatestapi:31297334
aj953862:31281341
cs4_fixed:31391938
nes-set-on:31351930
6abeh943:31336334
envsactivate1:31353494
0cj2b977:31352657
gendocstringf:31395206
gaj49834:31362110
cloudbuttont:31379625
todos-0:31390406
multireplacestringcontrol:31393296
control_gpt5applypatchexclusively:31394180
3efgi100_wstrepl:31382709
trigger-command-fix:31379601
auto_model_enabled:31385282
use-responses-api:31390855
86221569:31396493
Metadata
Metadata
Assignees
Labels
area-terminalinfo-neededIssue requires more information from posterIssue requires more information from poster