Closed rvdwijngaard closed 2 years ago
I got around this by linking my encore binary to /usr/local/bin
Seems like intellij can't find encore
from its native install director $HOME/.encore/bin
even when its exported in your path.
@sourcec0de, @rvdwijngaard I'm just releasing 0.1.0
of the plugin, I've added the ability to select the Encore binary in the settings window there.
I think that should fix it for you. But basically before the plugin defaults to expecting to find the binary on the $PATH
, it will still do that going forward, but it will now also allow you to change it to point at a different binary file
@DomBlack awesome! Will check this out soon.
Thank you for your hard work.
I have installed the plugin via Goland / Plugin MarketPlace. When I try to run any unit test (doesn't matter if I run a single test or directory tests) I get the following error:
The
newapi
feature seems to work fine.