Skip to content

v20.0.1

Latest
Compare
Choose a tag to compare
@joshuataylor joshuataylor released this 29 Nov 20:44
4cc4e0c

v20.0.1

Massive thank you to the community for your patience and kindness.

Please see Roadmap for the Project, and new Maintainer for the Plugin #3598 for more information about the roadmap -- we've got lots coming up!

Warning

As JetBrains has made changes to how plugins should operate on the main thread, a lot of functionalities may sometimes seem not to work, such as adding an SDK. This error is usually Slow operations are prohibited on EDT.
This is being addressed by moving slow code from the Event Dispatch Thread (EDT) to background threads. Threading Model.

Important

The plugin has been submitted for approval, and should be available in the coming days. This notice will be removed upon approval.

Installation steps

Download the Elixir-20.0.1.zip file from below, under Assets.

Tip

Please refer to the Install plugin from disk JetBrains documentation for how to install plugins manually.

  1. Ensure your IDE is 2024.3 or above.
  2. Open Settings -> Plugins.
  3. Click the cog icon and select Install Plugin from Disk.
  4. Select where the plugin .zip was downloaded and install it.
  5. Ensure the plugin is version 20.0.1.
  6. Click OK to close the plugin window and reload the IDE.

Bug Fixes