x/tools/gopls: removing an import should modify metadata #36607
Closed
Milestone
Comments
Closing this because it's not actually true. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, we do not reload metadata if a user removes an import, since that technically doesn't require additional data. However, we should still make the relevant modifications in the metadata tree, so that reverse dependencies can be computed correctly and diagnostics can be shown correctly.
The text was updated successfully, but these errors were encountered: