VS Code issue: microsoft/vscode#189684
I'm guessing this is the issue:
|
if (!shouldIgnoreComposition && !this._compositionHelper!.keydown(event)) { |
|
if (this.options.scrollOnUserInput && this.buffer.ybase !== this.buffer.ydisp) { |
|
this.scrollToBottom(); |
|
} |
|
return false; |
|
} |
, we never want to animate this case.