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
Currently, if a different Go version is selected through a UI, this extension stores the changed Go version in the workspace profile (``"go.alternateTools": { "go": ... }`. This approach does not work if there is no workspace. (e.g. single file edit mode).
Either disallow version switch or suggest the global setting change in this case.