Vscode: Output Channel does not scroll down automatically

Created on 22 Aug 2018  路  5Comments  路  Source: microsoft/vscode

  • VSCode Version: 1.26
  • OS Version: Windows 10

Reported from Code Runner users: https://github.com/formulahendry/vscode-code-runner/issues/342

In previous version of VS code, it works normally.

*as-designed output

Most helpful comment

Same issue here, the output window does not automatically scroll down

All 5 comments

Works fine for me in latest vscode insiders
Can you reproduce with insiders https://code.visualstudio.com/insiders/

If yes please create a minimal reproducable sample extension.

Same issue here, the output window does not automatically scroll down

Install the Code Runner could easily repro.

In Command Palette, type Run Code to run any file.
If run put focus on Output Channel, the scroll down will stop, in previous version:
56974-1

Then in Command Palette, type Stop Code Run, then Run Code again, the scroll down also not work.
56974-2

This is because of the Smart scrolling behaviour - https://github.com/Microsoft/vscode/issues/49110

Last line is not revealed if you focus on some text.

@isidorn FYI

I would argue that in some case, it would be a bug, or say it is not smart enough. User never have focus on the Output Channel, but the Output Channel is not scrolled. Previous always scroll would be better. Or there would be better to have a setting to config the behavior.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

omidgolparvar picture omidgolparvar  路  3Comments

trstringer picture trstringer  路  3Comments

NikosEfthias picture NikosEfthias  路  3Comments

lukehoban picture lukehoban  路  3Comments

borekb picture borekb  路  3Comments