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

Interactive window doesn't stick to bottom when printing lines #9696

Closed
pmk227 opened this issue Apr 16, 2022 · 1 comment
Closed

Interactive window doesn't stick to bottom when printing lines #9696

pmk227 opened this issue Apr 16, 2022 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug triage-needed Issue needs to be triaged

Comments

@pmk227
Copy link

pmk227 commented Apr 16, 2022

Similar to issue #2256 which was resolved in 2021, this bug appears to have been reintroduced in latest patch.

Environment data

  • VS Code version: 1.66.2
  • Jupyter Extension version (available under the Extensions sidebar): v2022.3.1000901801
  • Python Extension version (available under the Extensions sidebar): v2022.4.1
  • OS (Windows | Mac | Linux distro) and version:
    Edition Windows 10 Home
    Version 21H2
    Installed on ‎09-‎Mar-‎21
    OS build 19044.1645
    Experience Windows Feature Experience Pack 120.2212.4170.0
  • Python and/or Anaconda version: 3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:44:55) [MSC v.1928 64 bit (AMD64)]
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
  • Jupyter server running: Local | Remote | N/A: N/A

Expected behaviour

When interactive window is all the way at the bottom and code is executed, the window should scroll with the output.

Actual behaviour

The window appears to advance 1 line then stop, even if there are multiple additional lines (GIF below)

Steps to reproduce:

In interactive window:

print(f'not scrolling\n'*15)

  1. XXX

VSC_Immediate_bug

Logs

Output for Jupyter in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Jupyter)

XXX

@pmk227 pmk227 added the bug Issue identified by VS Code Team member as probable bug label Apr 16, 2022
@amunger
Copy link
Contributor

amunger commented Apr 18, 2022

This needs to be fixed in core, and there is an existing issue for it.
I checked in 1.65.2, and it behaves the same as far as I can see, so I don't think it has regressed any worse, but still something that needs to be fixed.

@amunger amunger closed this as completed Apr 18, 2022
@greazer greazer added triage-needed Issue needs to be triaged and removed needs-triage labels May 16, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug triage-needed Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

3 participants