Open gkiely opened 1 year ago
More to that, when there's an error and I save the file twice terminal clears
How to reproduce:
const error = 'test'; error = 123;
)Also, very often terminal just gets cleared and becomes fully blank even though changes were made
This terminal bug makes the plugin almost entirely unusable and is the only reason why I use tsc
over it
@fi3ework could you take a look?
You can add clearScreen: false,
to your Vite config. This should probably be in the docs...
@cuberoot I still want vite to clear the screen, I just want to avoid this plugin from doing it a second time and moving the ts/eslint info out of the terminal.
Describe the bug
When enabling the checker plugin it clears the terminal, hiding the vite serve information.
Reproduction
Expected behavior
Should not clear the terminal
System Info
Additional context
No response
Validations