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
For now. vite-plugin-checker leverages the default terminal clean behavior of Vite.
If scroll to the bottom of the terminal, the tty output will be cleaned by Vite update info which is desired.
If not scrolled to the bottom of the terminal, then you will see the full history log output by vite-plugin-checker.
vite-plugin-checker should clean the log before code updating by itself. It will be implemented in the future. Now you could scroll the bottom and let Vite clean the log for you in terminal.
Hey i got the clear issue on nuxt i loose the history of what has been wrote by nuxt, and often get a message of one error without any info, if i disable the type check it stops.
Would be nice if the terminal was cleared before outputting new warnings/errors instead of appending them.
The text was updated successfully, but these errors were encountered: