-
Notifications
You must be signed in to change notification settings - Fork 21
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
Error? trying to run gopls.exe #134
Comments
I though that recent gopls versions might have done something to break compatability, so I tried to build and use gopls 0.14, 12, and 10 but no cigar, they all keep restarting everytime I do something. |
Honestly pretty stumped by now. |
#43 |
#31 |
gopls/v0.9.5 |
My first guess: you're on windows, what happens if you use |
When I use both gopls and gopls.exe it starts and waits for input. I even moved the exe around a few directories in my PATH to make sure it wasn't a problem. I built all the versions from source manually to an exe, and kept them all in my local Go -> bin directory. I checked what the gopls command is calling This is the exe it calls. |
If you set |
I'll test again with Go 1.22.5 when I get the chance. |
Hello,
I've built gopls from scratch and installed lite-xl-lsp as described in the repo. It doesn't seem to be working for me.
Running 'gopls' from my cmd starts it up. So that seems to be it.
I have this in my init.lua
"
local lspconfig = require "plugins.lsp.config"
lspconfig.gopls.setup()
"
I have not added anything to my config.lua in lsp
OS := Windows 10 LTSB 64 Bit
Lite-Xl Version:= 2.1.1
The text was updated successfully, but these errors were encountered: