KronicDeth / intellij-elixir

Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Other
1.83k stars 153 forks source link

Elixir SDK version is interpreted incorrectly on Windows #2935

Open makarichevss opened 1 year ago

makarichevss commented 1 year ago

Describe the bug Elixir SDK version in IntelliJ IDEA Ultimate 2022.2.3 is interpreted incorrectly

To Reproduce Steps to reproduce the behavior: Create a new Elixir project via Mix and try to setup Exilir SDK in IntelliJ IDEA Ultimate 2022.2.3. You'll setup it up and it will be working, the you'll see unknown instead of the version number (please check the screenshot).

Expected behavior The number of the version - 1.14.2 in my case.

Screenshots 2022-11-18_151746

Desktop:

Erlang:

Elixir:

Plugin:

KronicDeth commented 1 year ago

Having to invoke Elixir to ask its version number was error prone because it would cause hangs in the UI while it ran when first setting up an SDK, so that was dropped and so if the version can't be inferred from the path it shows as Unknown now.