Skip to content

language_server.sh ambiguous executable name #1169

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

Open
dustinfarris opened this issue Feb 28, 2025 · 1 comment
Open

language_server.sh ambiguous executable name #1169

dustinfarris opened this issue Feb 28, 2025 · 1 comment

Comments

@dustinfarris
Copy link

I'm not sure if this is the best place to call this out.

My IDE (Emacs with eglot) is pre-configured for a multitude of languages with the executable assumed to be on your PATH. So for Elixir that looks like this:

          (eglot-alternatives
           '("language_server.sh" "start_lexical.sh"))))

Putting language_server.sh on my PATH feels ambiguous and wondering if it would make sense to prefix it with elixir, e.g. elixir_lanaguage_server.sh?

@lukaszsamson
Copy link
Collaborator

Wouldn't a symlink work?

ln -s elixir_ls_install_dir/language_server.sh dir_on_path/elixir_lanaguage_server.sh

or a custom script that calls exec language_server.sh?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants