linux-china / vitest-jetbrains-plugin

Vitest JetBrains plugin
https://plugins.jetbrains.com/plugin/19220-vitest-runner
Apache License 2.0
52 stars 6 forks source link

Using configured nodejs interpreter #14

Closed urkle closed 2 years ago

urkle commented 2 years ago

This plugin uses the system node js interpreter and does not utilize the project-configured nodejs interpreter. Thus, when my system is version 12 (other projects I work on demand it), vitest will not run as it requires at least 14 (which I have configured in my webstorm project configuration).

linux-china commented 2 years ago

Could you try this version? If all good, and I will release a version.

vitest-jetbrains-plugin-0.4.1.zip

urkle commented 2 years ago

@linux-china that appears to have worked for me.. (It ran using the configured node interpreter).