Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let eglot-jl.jl determine the default project path #9

Merged
merged 2 commits into from
May 14, 2020

Commits on May 11, 2020

  1. Let eglot-jl.jl determine the default project path

    - eglot-jl.el does not have to find the project itself (this could be extended
      to simplify `eglot-jl--project-try` as well)
    - `eglot-jl-default-environment` becomes unnecessary
    - the default environment is automatically adapted to the julia version in use
    
    This also simplifies running the language server manually, since no argument is
    mandatory anymore.
    ffevotte committed May 11, 2020
    Configuration menu
    Copy the full SHA
    4670ff7 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Avoid breaking the semantics of --project & bump major version

    `eglot-jl.jl` takes a source directory as first argument. It reuses internal
    functions from `Base` to find the correct project for this directory.
    
    The major version number is bumped following the removal of the
    `eglot-jl-default-environment` customization option.
    ffevotte committed May 13, 2020
    Configuration menu
    Copy the full SHA
    10f8fee View commit details
    Browse the repository at this point in the history