Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import warnings don't disappear after go mod tidy #215

Open
piersy opened this issue Oct 21, 2023 · 0 comments
Open

Import warnings don't disappear after go mod tidy #215

piersy opened this issue Oct 21, 2023 · 0 comments

Comments

@piersy
Copy link

piersy commented Oct 21, 2023

This is a dup of #209, but I'm opening it to bring it to your attention, since #209 was closed by the creator.

To be specific these are the steps that reproduce it for me.

  1. Add an import for a dependency that is not currently part of the project.
  2. Run go mod tidy, compilation now works from the shell
  3. The buffer in vim continues to show the error "no required module provides ...."

The only workarounds I have found are to close and reopen vim or run :CocRestart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant