x/tools/gopls: add log statement to indicate gopls is serving #41282
Milestone
Comments
Change https://golang.org/cl/260008 mentions this issue: |
This was referenced Oct 7, 2020
@findleyr and @ianthehat have discussed that most language servers do default to serve, but we can improve the UX by adding a log statement. So I will repurpose this issue to add a log statement indicating that |
FYI, as far as that I have looked over 70 language servers in my project https://github.com/mattn/vim-lsp-settings, most language server does not provide serve command. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
gopls
on the command-line directly currently defaults toserve
mode, which is unhelpful for users of the CLI and unintuitive. We should add a log message indicating thatgopls
is serving and how to get help text.The text was updated successfully, but these errors were encountered: