Closed
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)