-
Notifications
You must be signed in to change notification settings - Fork 346
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugnotebook-outputon-testplanupstream-vscodeBlocked on upstream VS codeBlocked on upstream VS code
Description
Environment data
- VS Code version: 1.53-insider
- Jupyter Extension version (available under the Extensions sidebar): 2020.12.414227025
- Python Extension version (available under the Extensions sidebar): 2020.12.424452561
- OS (Windows | Mac | Linux distro) and version: Ubuntu 20.10
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): NA
- Jupyter server running: Local
Expected behaviour
The cell output will automatically scroll if the output is too long.
Actual behaviour
Cell output never scrolls even if I set:
"jupyter.enableScrollingForCellOutputs": true
"jupyter.maxOutputSize": 200
Steps to reproduce:
for i in range(10000):
print(i)
pbotros, XiaomoWu, rndxx, sravanpannala, lanmelo and 5 morestromalstromal and Prady18stromalstromalstromal
Metadata
Metadata
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugnotebook-outputon-testplanupstream-vscodeBlocked on upstream VS codeBlocked on upstream VS code