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
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Currently the "Go: Add Import" command doesn't prioritize core packages, so you often get a bunch of random packages over-powering the standard ones. Here's a few examples:
It wasn't a big deal when autocompletion of core packages worked without imports, but I can't seem to get that working anymore go.autocompleteUnimportedPackages enabled — maybe a gopls issue?
The text was updated successfully, but these errors were encountered:
Currently the "Go: Add Import" command doesn't prioritize core packages, so you often get a bunch of random packages over-powering the standard ones. Here's a few examples:
It wasn't a big deal when autocompletion of core packages worked without imports, but I can't seem to get that working anymore
go.autocompleteUnimportedPackages
enabled — maybe a gopls issue?The text was updated successfully, but these errors were encountered: