-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Dev] : Add the automatic installation of gnopls #3
Comments
@zivkovicmilos When you have time, could you try to tell me if the extension works in your Necessary: uninstall it works for me |
@DIGIX666 for the moment you can do that redhat-developer/lsp4ij#751 (comment) but I have the intention to provide an API to do that with redhat-developer/lsp4ij#833 LSP API provides the capability to customize a lof of LSP features, I suggest that you read https://github.com/redhat-developer/lsp4ij/blob/main/docs/LSPApi.md |
My code works, it installs But you think it's poorly implemented @angelozerr ? |
The main problem that I see is that if install takes some times, language server startup will take some times and features like codelens, folding, inlay hint will be blocked by this time and could freeze the ide. More you have no visibility about installation status. My pr provides the capability to disable the start of the language server if installation must be occured or if installation is running. It shows the install status in a backround task and start the language server when install is done correctly. |
Add the
gnopls
installation function if the user does not have the binary on his laptopNote for me -> check this PR
The text was updated successfully, but these errors were encountered: