x/tools/gopls: nil pointer panic on current master #36020
Closed
Milestone
Comments
Thank you for filing a gopls issue! Please take a look at the Troubleshooting guide, and make sure that you have provided all of the relevant information here. |
I just spent some time trying different commits, and this error was introduced with |
Change https://golang.org/cl/210215 mentions this issue: |
Thank you for tracking this down! Just mailed a fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Go are you using (
go version
)?1.13.4
Does this issue reproduce with the latest release?
This issue reproduces with current x/tools master (
3393d29b
)What operating system and processor architecture are you using (
go env
)?OSX / VSCode
What did you do?
I use VSCode with multiple "top level" folders in my workspace. Only one of these workspace top level folders is a go repository.
See also #35455 and #35468 for a description of my environment. Though the error is different, the underlying setup remains the same.
Note that the directory referenced in the error here (schema) does not have Go code within it.
What did you expect to see?
No crash.
What did you see instead?
VSCode told me that gopls was repeatedly crashing
The text was updated successfully, but these errors were encountered: