-
Notifications
You must be signed in to change notification settings - Fork 203
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
[question] vim and language server inside a container #160
Comments
I am not sure what would happen in that case, are you getting specific error messages? |
No errors whatsoever to my knowledge, just the absence of the |
Oh, I've just remembered something. I checked executing the very same command ( Since this is just a question I will close the issue and open a new one with the exact problem when I test it again. |
Hello, |
@miquecg specifically it appears that if you do not have bash installed on the container then ElixirLS will fail to start. Another workaround is removing asdf from the the container. |
@axelson It works fine on my Debian box, running vim on a Zsh shell and using asdf to manage Erlang/Elixir installations. Bash is also installed on the system. I don't have yet a fully configured image for development so I mostly give up on using containers by now. |
Thanks for trying out the change! |
Hi,
This is a question rather than an issue. I'm using a container as development environment with vim and elixir-ls inside. No init system, just
/usr/bin/zsh -l
as entrypoint. ALE is the LSP client but linting doesn't occur. However on the host (Debian), same setup works and I can check withALEInfo
that server has been properly initialized:Probably this means the language server is not able to spawn its own instances when there is no init process. Is this correct?
The text was updated successfully, but these errors were encountered: