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
Just testing the RC on https://github.com/xtermjs/xterm.js, it has a watch task (yarn watch) which uses concurrently to fire off several tsc tasks, all of which use "preserveWatchOutput": true. With the RC the setting is being ignored and the terminal clearing is happening again.
This is what I see in my terminal after doing the build, notice it's only showing the last start watch at the top of the buffer:
The text was updated successfully, but these errors were encountered:
Just testing the RC on https://github.com/xtermjs/xterm.js, it has a watch task (
yarn watch
) which usesconcurrently
to fire off several tsc tasks, all of which use"preserveWatchOutput": true
. With the RC the setting is being ignored and the terminal clearing is happening again.This is what I see in my terminal after doing the build, notice it's only showing the last start watch at the top of the buffer:
The text was updated successfully, but these errors were encountered: