vscode-jupyter icon indicating copy to clipboard operation
vscode-jupyter copied to clipboard

Add option to disable automatic scrolling to next cell.

Open nasosev opened this issue 3 years ago • 2 comments

There is already an option "Always Scroll On New Cell** whose behavior is described:

Automatically scroll the interactive window to show the output of the last statement executed. If false, the interactive window will only automatically scroll if the bottom of the prior cell is visible.

But it should be possible to completely disable automatic scrolling (as is the default behaviour of Jupyter Lab). It is annoying when debugging as any error messages are automatically scrolled passed.

Lang: F#

Thanks

nasosev avatar Jan 25 '21 02:01 nasosev

Thanks for the request @nasosev. We'll discuss it in an upcoming meeting.

DavidKutu avatar Jan 25 '21 19:01 DavidKutu

Really looking out for this one too --- the scrolling doesn't seem to ever hit the right target for me as is.

Knifa avatar May 27 '21 22:05 Knifa

I really need this

ravikumargrk avatar Aug 12 '22 17:08 ravikumargrk

This can now be disabled via interactiveWindow.alwaysScrollOnNewCell

rebornix avatar Aug 15 '22 18:08 rebornix

that setting seems to not be working for me currently, created a separate issue: https://github.com/microsoft/vscode-jupyter/issues/11127

amunger avatar Aug 15 '22 20:08 amunger