x/tools/gopls: retry workspace initialization as needed #36854
Closed
Labels
Milestone
Comments
We currently retry the initial workspace load if the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently try loading a user's workspace with
./...
ongopls
start, and if that fails, we mark it as an error and don't try again. We are able to reclaim some workspace packages, but we don't retry the full workspace load. We should determine a strategy for handling this.The text was updated successfully, but these errors were encountered: