Closed qktrzrj closed 1 year ago
Thank you for reporting, but we need some specific reproductions.
I delete one package, but it still show in explorer
Dear @bxcxygg 🤗,
All right, It seems that in some cases (depending on how the user added the package) adding a package which is not cached locally might not trigger the view update event. (Because the go get
installation may not modify the go.mod file) But I'm confused about the package still showing in explorer after removing it and I can not reproduce it.
So, I have the following suggestions and questions for you:
go get
command to add and install it to the current module?Ctrl+s
on go.mod
file. Thank you very much!
I used wsl2 linux(ubuntu22.04) on windows. I used go get to add package, and go mod file has been update.But explorer does not update. But today when I code on macos, explorer update right.
I used wsl2 linux(ubuntu22.04) on windows. I used go get to add package, and go mod file has been update.But explorer does not update. But today when I code on macos, explorer update right.
What if you press ctrl+s or what if not using wsl on windows. I will try wsl if i have free time.
Could you please provide the log
When I updated go mod file like add new package,gomod explore does not update。