lexical-lsp / lexical

Lexical is a next-generation elixir language server
782 stars 77 forks source link

Removed -e option #616

Closed scohen closed 4 months ago

scohen commented 4 months ago

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