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

Debug-Icon creates wrong config when workspace is other than root #36

Closed ewoelfel closed 2 years ago

ewoelfel commented 2 years ago

Hey,

thank you for your great work on this. I really like the plugin, however we have a repository that has the frontend-code under /frontend which the plugin does not respect when searching for the node_modules/vitest/vitest.mjs file. In this case we manually have to add the right directory in the generated config.

ewoelfel commented 2 years ago

I added a PR that fixes this https://github.com/linux-china/vitest-jetbrains-plugin/pull/35

ewoelfel commented 2 years ago

duplicate to https://github.com/linux-china/vitest-jetbrains-plugin/issues/16. Im closing this issue