-
Notifications
You must be signed in to change notification settings - Fork 34k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersinteractive-windowverifiedVerification succeededVerification succeeded
Milestone
Description
There is an issue with the IW (might be related to microsoft/vscode-jupyter#9259): the most recent output from commands entered through the interactive prompt is not shown if the windows is filled by previous output.
E.g. in this screencast: the output of i
, i*2
, i/0
is not shown, manual scrolling is thus necessary.
Peek.2022-03-09.14-51.mp4
Also happens with the changes from microsoft/vscode-jupyter#9299 applied and jupyter.alwaysScrollOnNewCell
does not change the behavior
Steps to reproduce:
- fill IW output with
# %%
for i in range(100):
print(i)
- type something in the interactive prompt
Environment data
- VS Code version: Version: 1.66.0-insider, Commit: 92f4bd7
- Jupyter Extension version (available under the Extensions sidebar): v2022.3.1000691006
- Python Extension version (available under the Extensions sidebar): v2022.3.10681004
- OS: Linux x64 5.4.0-102-generic
- Python and/or Anaconda version: 3.8.10
- Type of virtual environment used: venv
- Jupyter server running: Local
karahanyilmazer, mamaj, silverfish007 and andrewcurtismamaj and yulanqing
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersinteractive-windowverifiedVerification succeededVerification succeeded