You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade elixir_sense (#812)
Elixir sense was doing a compile-time check for a certain feature,
and since Lexical is built on an older version of elixir than it often
runs on, the check ended up being wrong. We submitted a PR to
elixir_sense and now can fix the bug.
Fixed unused variable code action (#628)
The quote character around the variable name was changed, this broke
the code action for replace unused variables.
Removed -e option (#616)
The -e option exits immediately on an error, which will cause the
command to exit if no version manager is detected. This means we won't
try to invoke elixir from the path.
From my limited knowledge of bash, it looks like this command was
added in error.
Fixes#615