Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: non-Jedi/eglot-jl

Tags

v2.4.0

Toggle v2.4.0's commit message
Fix issue with newer versions of language server and update LS depend…

…encies

v2.3.0

Toggle v2.3.0's commit message
Update LanguageServer to v4.5.1

v2.2.1

Toggle v2.2.1's commit message
Check for empty depot path string

Closes #24.

Emacs always passes a depot path to the julia script, but when it's an empty string that
indicates that the depot path elisp variable is not set. This will allow users to set their
own JULIA_DEPOT_PATH without having to configure eglot-jl.

v2.2.0

Toggle v2.2.0's commit message
Update julia packages

v2.1.3

Toggle v2.1.3's commit message
- Update versions of LanguageServer.jl and dependent packages for com…

…patibility with newer

  versions of julia

v2.1.2

Toggle v2.1.2's commit message
Changes from v2.1.1:

- Update to LanguageServer.jl v4.1.0 for compatibility with julia 1.7 (#28)

v2.1.1

Toggle v2.1.1's commit message
Bump version number

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #16 from non-Jedi/ff/v2.1.0

v2.1.0

v2.0.0

Toggle v2.0.0's commit message
Version 2.0.0

Major version bump due to PR #9. The customizable variable
eglot-jl-default-environment has been removed. Instead eglot-jl will
use whatever environment is the default for Julia.

v1.3.0

Toggle v1.3.0's commit message
Clarify first-use instructions in README