language-tools
language-tools copied to clipboard
svelte-check should clear the output of previous runs instead of scrolling down
Describe the bug
svelte-check --watch retains the log output from previous runs (unlike, say, tsc --watch).
Reproduction
- Run
svelte-check --watch - Add an error
- Remove an error
- The history of previous runs is in place
Expected behaviour
The output should be cleared between outputs (unless used with --preserveWatchOutput flag)
System Info
- OS: Mac OS
- IDE: Console
Which package is the issue about?
svelte-check
Additional Information, eg. Screenshots
No response