-
-
Notifications
You must be signed in to change notification settings - Fork 890
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
[Enhancement] Automatic client detection #512
Comments
I was aiming to this functionality but I am seeing #506 as a prerequisite. Since we ship with predefined set of configuration, how do you think that we should handle the case when the serve is not present? |
I don't think #506 is the prerequisite. If the binaries or packages are installed correctly, the lsp servers supported by Looking into |
If you had a specific path given from the user or specified from lsp-mode wouldn't that be convenient? |
@seagle0128 some of the servers does are started like @innerout can you explain a bit more what do you mean? |
If you set a predefined path about the servers to be installed that could simplify the setup. Also support for all platforms will be easier to debug and configure as you will be able to take OS specific decisions if problems arise. |
Maybe need connection test feature? Not sure how is it implemented in |
@seagle0128 I have made some adjustments in lsp.el (particulary not using user-error if there is no client handling a particular mode). The next step is to make lsp.el ignore the server if it is not present. |
@seagle0128 #544 is proposed fix for the issue. It enables the |
@yyoncho Thanks for update. Waiting for merge. |
Hi, I am using new interface
lsp
. Is it any possible to add automatic client detection forlsp-clients
? Likeeglot
, then only one config to setup.Users don't need to care about
lsp
client should be used in which mode.lsp
knows which client should be started in current programming mode. That's more intelligent.The text was updated successfully, but these errors were encountered: