Closed bduisenov closed 1 year ago
I have the same problem and found something interesting. By default, seems the only available version in the IntelliJ repository is the 0.0.3-ps
(I suppose that ps
is for PHP Storm). I'm using IntelliJ Ultimate.
In order to avoid installing PHP, you need to go to the official plugin page and download the raw version of the plugin. Here is the plugin page: https://plugins.jetbrains.com/plugin/20392-earthly/versions
After installing version 0.0.3 manually, I can use the plugin without PHP.
I hope this helps you.
Version 0.0.3
is not compatible with IDEA 2023.1 now.
I think the reason is the order of the releases we are doing. Seems like the IDE is picking the most recent one that is compatible. I will release the one with the least dependencies last and see if that fixes the issue.
BTW version 0.0.4
(DEA 2023.1 compatible) is now live @elonzh
From what I've seen this new release seems to be picked first and solve the issue. Can you guys please confirm that is the case?
@idelvall For IntelliJ, it works as expected, but in Goland, if I try to install the plugin then it picks 0.0.4-py
as the default
Thanks @fooock, I will rearrange the order to: ij->go->py and that should fix the issue
Ok, in a couple of days we'll have available version 0.0.5
with the new ordering.
Fingers crossed! :)
Looks like it's fixed. Can you please confirm @fooock ?
Tested right now on Goland, it looks ok, I was finally able to uninstall the python plugin
yes, it is fixed 🚀 thank you!
This is quite unexpected that Earthly 0.0.3-ps rely on PHP. Is it really needed as a prerequisite?