You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we tell xterm.js to clear the viewport when the clear terminal command is triggered. This does not work for the case where a multi-line prompt is used.
The text was updated successfully, but these errors were encountered:
Howdy; running vscode Version 1.23.0-insider on MacOS
I have { "key": "cmd+k", "command": "workbench.action.terminal.clear", "when": "terminalFocus" }, set in my keybindings.json.
cmd+k works as expected in my terminal if I'm at a prompt. However, starting a few weeks ago, if a script is running when cmd+k is pressed, I see a ^L show up, but the term window isn't cleared.
The timing seems related to this change, but I'm not sure. Advice is appreciated if this isn't a bug.
Thanks!
Currently we tell xterm.js to clear the viewport when the clear terminal command is triggered. This does not work for the case where a multi-line prompt is used.
The text was updated successfully, but these errors were encountered: