question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Interactive window does not scroll down automatically when commands are sent from the editor

See original GitHub issue

Version: 1.65.1 (system setup) Commit: 8908a9ca0f221f36507231afb39d2d8d1e182702 Date: 2022-03-08T02:06:27.846Z Electron: 13.5.2 Chromium: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Windows_NT x64 10.0.19043

When sending commands from the editor to the interactive window for instance with right click / Run Selection/Line in Interactive Window, this latter does not always scroll down to show the most recent output, especially when there’s an error. As we can see in the second screen shot we need to move the focus (i.e. click) in the interactive window and then manually pull the scrolling bars down to see what is at the the bottom. This move back and forth from the editor to the IW defeats the purpose of notebook like IDE. scrolling2 scrolling1

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
rchiodocommented, Mar 9, 2022

There’s also a workaround, set this to true and it will always scroll:

"jupyter.alwaysScrollOnNewCell": true
0reactions
rchiodocommented, Mar 17, 2022

Output is actually a separate issue: microsoft/vscode#145353

That one is not going to be fixed anytime soon because we need changes in VS code core to get it to work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

VS code randomly decides to scroll down - Stack Overflow
Maybe command + a is scrolling because it is selecting all text, or you overrode a setting. Make sure to check vscode keybinds...
Read more >
Working with Jupyter code cells in the Python Interactive window
To use the window with a file, use the Jupyter: Run Current File in Python Interactive Window command from the Command Palette.
Read more >
Working with message folders in Outlook.com
Learn how to create, rename, move, and delete folders in Outlook.com, and how to set up rules to automatically handle messages.
Read more >
vi - Use the display-oriented interactive text editor - IBM
For example, Ctrl-E scrolls the text on the screen up one line. The cursor remains pointing to the same text that it was...
Read more >
Preserve scroll position in prototypes - Figma Help Center
Anyone with can edit access to a file can create and edit prototypes. ... the user can scroll down our prototype and click...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found