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.
The text was updated successfully, but these errors were encountered:
ramya-rao-a
changed the title
Autocomplete Unimported Pkgs feature uses list of pkgs cached from the time of VS Code start
Autocomplete suggests package twice when file is dirty
Oct 28, 2016
Type the below in a go file
import "math"
Don't save
Type
math
Observe that autcomplete suggests math twice
The text was updated successfully, but these errors were encountered: