chore: upgrade rush stack

This commit is contained in:
Simon Chan 2021-12-29 16:59:43 +08:00
parent 916405c8b7
commit 6c9065bd73
8 changed files with 7917 additions and 8486 deletions

View file

@ -75,8 +75,6 @@ export class AdbTerminal extends AutoDisposable {
public fit() {
this.fitAddon.fit();
// workaround https://github.com/xtermjs/xterm.js/issues/3504
(this.terminal as any)._core.viewport._refresh();
// Resize remote terminal
const { rows, cols } = this.terminal;
this._shell?.resize(rows, cols);