Interactive window does not scroll down automatically when commands are sent from the editor
See original GitHub issueVersion: 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.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There’s also a workaround, set this to true and it will always scroll:
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.