-
Notifications
You must be signed in to change notification settings - Fork 645
Go 1.11 - PANIC in autocomplete #1929
Comments
I tried a fresh install of Go 1.11 along with a fresh install of Visual Studio Code and also have the same problem on my Macbook. |
Are you using the new modules feature? If yes, then its not yet supported. If not, then follow the below:
|
No I'm not using the new modules feature. I tried the steps you mentioned but the autocompletion still panics. |
I just solved it. I had old gocode binaries in my PATH locations on my hard drive. I deleted all of them and the ran your instructions again and now it's working as expected. |
I still haven't figured this one out. I have it working on one of two computers. Killing gocode processes and reinstalling gocode didn't help. I also tried rebooting and reinstalling the vscode-go extension. Is there any way to output details of the panic? |
Figured out how to debug: Error is: |
When do you plan to support the go 1.11 go.mod modules feature? I'm getting weird package errors like it can't find the local go packages. Example go.mod: require ( replace company.com/product/go_common => ../go_common |
Closing this issue because:
|
Thanks, I created mdempsky/gocode#66. |
Steps to Reproduce:
I think I followed all relevant steps in #1888 but am still getting a panic. Are there any other steps required for upgrading to Go 1.11?
The text was updated successfully, but these errors were encountered: