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
This threw me for a loop because it was causing VS Code to fail to show context info on lots of stuff from a child package in a project I'm working on. I eventually narrowed it down to the following:
This threw me for a loop because it was causing VS Code to fail to show context info on lots of stuff from a child package in a project I'm working on. I eventually narrowed it down to the following:
main.go
fails/fails.go
works/works.go
output:
It doesn't have to be looking at a function that is directly involved, either:
main.go
fails/whatever.go:
gives:
The text was updated successfully, but these errors were encountered: