vitest-jetbrains-plugin
vitest-jetbrains-plugin copied to clipboard
webstorm output garbled characters
I use this plugin in webstorm, but i get garbled characters log

win10 webstorm 2022.2
@baiwusanyu-c it works well in terminal? Could you upgrade to WebStorm 2022.3 for a trial? It's caused by color output, and I have no idea about your WebStorm configuration. Could you check following configuration(Console & Console Font) in WebStorm?

@baiwusanyu-c it works well in terminal? Could you upgrade to WebStorm 2022.3 for a trial? It's caused by color output, and I have no idea about your WebStorm configuration. Could you check following configuration(Console & Console Font) in WebStorm?
I update my webstrom to version 2022.2.3 and my configuration is as follow.
and I only found the EAP version of webstorm 2022.3
A weird question here, and vitest-jetbrains-plugin uses npx to run test. Could you upgrade the plugin to last version?
You can do another test by Run Anything. Press Alt + R, and run npm exec -- vitest run tests/first.test.mts and check any garbled characters in output.
it works well when i copy the command and run in terminal

But when I click on the logo to run it will report an error and garbled characters
