Skip to content

Tags: lexical-lsp/lexical

Tags

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v0.7.0

Toggle v0.7.0's commit message
Updated documentation for 0.7

v0.6.1

Toggle v0.6.1's commit message
Updated changelog

v0.6.0

Toggle v0.6.0's commit message
Updated Changelog

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed unused variable code action (#628)

The quote character around the variable name was changed, this broke
the code action for replace unused variables.

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.5.0

Toggle v0.5.0's commit message
updated deps

v0.4.1

Toggle v0.4.1's commit message
Version 0.4.1

v0.4.0

Toggle v0.4.0's commit message
Version 0.4.0

v0.3.3

Toggle v0.3.3's commit message
Version 0.3.3