Automatic scoll down on document refresh (VS Code)
You could use the keybinding to scroll to the bottom of the file:
{
"command": "workbench.action.terminal.scrollToBottom",
"key": "ctrl+end",
"when": "terminalFocus"
}
CTRL-End
I don't see any other way to have the scrolling be automatic when a file refreshes.
So I created a VS Code extension for this, it's called autoscrolldown.
Building the world's most expensive tail -f
!
Auto Scroll extension does this.