vitest-jetbrains-plugin icon indicating copy to clipboard operation
vitest-jetbrains-plugin copied to clipboard

webstorm output garbled characters

Open baiwusanyu-c opened this issue 3 years ago • 4 comments

I use this plugin in webstorm, but i get garbled characters log

企业微信截图_16644452278138

win10 webstorm 2022.2

baiwusanyu-c avatar Sep 29 '22 09:09 baiwusanyu-c

@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?

image

linux-china avatar Oct 11 '22 02:10 linux-china

@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?

image

I update my webstrom to version 2022.2.3 and my configuration is as follow. image and I only found the EAP version of webstorm 2022.3

baiwusanyu-c avatar Oct 14 '22 06:10 baiwusanyu-c

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.

linux-china avatar Oct 15 '22 01:10 linux-china

it works well when i copy the command and run in terminal

image

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

image

baiwusanyu-c avatar Oct 18 '22 04:10 baiwusanyu-c