You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go version
go version devel +61bb56ad63 Mon Aug 12 23:12:29 2019 +0000 linux/amd64
$ gopls version
golang.org/x/tools/cmd/gopls v0.1.3-cmd.gopls
golang.org/x/tools@v0.0.0-20190814235402-ea4142463bf3 h1:MVK2S/Gc+FEEuMU3i5K19MikzZsXixt3eMCaX2mCOfY=
What operating system and processor architecture are you using (go env)?
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Create an example module:
Add
/tmp/foo
to VSCode workspace and then try to rename variablefoo
tobar
.What did you expect to see?
Successful rename.
What did you see instead?
gopls
crashes:Note: rename is successful if you remove
main_test.go
.The text was updated successfully, but these errors were encountered: