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
b37376c fixes the deadlock, so it won't get stuck on this case anymore but it will fail to return documentation. Looking to see if there's anything we can do or if the AST simply isn't in good enough shape.
VS Code Issue reference: microsoft/vscode-go#2084
Turns out
gogetdoc
gets stuck when operating on files with errors.Sample code:
Run
gogetdoc
on theReadAll
symbol with the above code.gogetdoc
will be stuck and not return resultsTry again after fixing the
Println
. Everything would be fine now.The text was updated successfully, but these errors were encountered: