-
Notifications
You must be signed in to change notification settings - Fork 797
gopls installation works only with go 1.13+ #66
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
Comments
I like the idea of marking certain versions of |
The current way of vscode Go extension building underlying tools from the latest versions of sources needs fixing. Now the main question is how and where we store and maintain the mapping. Note: the version required to build a tool and the version the tool can analyze can be different. Often the latter is wider. |
Let's close this issue in favor of the upstream one: golang/go#39146. I'll mention your suggestions on #47, which is probably more relevant here. |
in my environment, Go1.13.14 still not work for gopls in VSCode latest. |
@Davidrjx: Can you please share the error message you see when you try to install |
@stamblerre also i have a try on local PC and Go, it is OK. But on Remote-WSL and Go with same version, failed to install gopls extension, report similar ERROR message "../golang.org/x/tools/internal/jsonrpc2...: undefined error.as". |
We haven't yet released the version of |
@stamblerre Go v1.13.14 seems problematic too. when installing gopls inot WSL:Debian-Distribution in VSCode, output show error like
|
furthermore,
Go extension Version:
Remote - WSL Version:
|
Now, uninstalling Go v1.13.14, and install v1.13.12, gopls can be installed. |
Recent versions of
gopls
(v0.4.1+) depends on new APIs available only after go1.13+We have a couple of options to consider
gopls
for users with old versions of Go orgopls
or@stamblerre @ianthehat
The text was updated successfully, but these errors were encountered: