Replies: 3 comments 6 replies
-
What's the version of Did you see anything suspicious from the logs and notifications when you follow https://github.com/golang/vscode-go/blob/master/docs/troubleshooting.md#troubleshooting? The only major changes relevant to what you see in v0.21.0 and v0.22.0 are
|
Beta Was this translation helpful? Give feedback.
-
Another strange error: since update, sometimes compiler warns me that packages |
Beta Was this translation helpful? Give feedback.
-
@quenbyako: Can you please file a new issue (https://github.com/golang/vscode-go/issues/new/choose) following the steps in the Troubleshooting guide? I don't think GitHub discussions are necessarily the right place for us to investigate the problem. Please make sure you include a |
Beta Was this translation helpful? Give feedback.
-
So, i used old (until january 2021 update) vscode-go plugin, and it works really well! All stuff was supported including my custom linters, debugger pluggin etc.
Since last major update (it was major update, isn't?), literally everything became too buggy and with lags, even fresh vscode instance with vscode-go plugin only.
Here is a few problems i stuck with:
import package not found
... what??? i have in file import likeimport "fmt"
and in mainfunc i havefmt.Println()
, and even go compiler doesn't have issues, but plugin says that a)fmt
wasn't imported (lol??) and b)fmt
symbol not found (what????)So, anybody stuck with these problems too? if yes, how did you fixed it?
Beta Was this translation helpful? Give feedback.
All reactions