-
Notifications
You must be signed in to change notification settings - Fork 645
Documentation: Troubleshooting #2913
Comments
You should not need to rename or delete your
|
Hi Ms. Stambler, I had previously revised my code to remove several dependencies, which seems to be when the problems started. If you want to see ALL the gory details of what I went through to troubleshoot the problem, you can find them here: VSCodium/vscodium#289 |
I don't believe that we suggest renaming files in the I agree that we should be able to show these errors and make them more plain to the user, and we will do this as part of the work on golang/go#31999. As it stands, we cannot recommend that users delete and recreate their |
This: https://github.com/golang/tools/blob/master/gopls/doc/user.md
Exactly!
I look forward to that. Seeing that there are several similar issues to mine that inhabit the internet without apparent resolution (or at least with any listed), I believe a simple check that even the least technically inclined can preform would save a lot of time, money and hair pulling. |
We are continuing to work on making errors more plain to the user as part of our work on |
Please note somewhere that if the dependencies in your "go.mod" file do not match the current dependencies in your project, "gopls" will fail pretty catastrophically (ALL functionality listed on "https://code.visualstudio.com/docs/languages/go" is kaput). Renaming, deleting or regenerating this file restores all gopls functionality in the editor. This is a simple fix and should be noted somewhere to avoid unnecessary time lost, opening of issues, and emotional distress. (Us programmers are a high strung lot to begin with, don't need additional problems.)
The text was updated successfully, but these errors were encountered: