x/tools/gopls: #54442
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
gopls version
golang.org/x/tools/gopls v0.9.3
golang.org/x/tools/[email protected] h1:wfh4cfJAKwOG49sCE4ldafYeD5rlejE/gJQ7JAR5yX0=
go env
What did you do?
I tries to invoke a go language specific function is vscode such as "Go To Definition" for a function.77
Ever since version 0.9.2 was released (and 0.9.3 as well). I am not able to use any go language specific functions in vscode. If I try to "Go To Definition" in a go file, I see the following error in the Developer tools Window:
What did you expect to see?
I expected VSCODE to position itself on source code for the function.
What did you see instead?
VSCODE displays an endless progress bar and display the following error message in developer tools window:
workbench.desktop.main.js:2279 Error: Header must provide a Content-Length property.
at StreamMessageReader.onData
Editor and settings
I have seen this behaviour it the two latest version 0.9.2 and 0.9.3 when I go back to version 0.9.1 everything returns to normal function.
Logs
The text was updated successfully, but these errors were encountered: