-
Notifications
You must be signed in to change notification settings - Fork 830
Description
I have accidentally broke the extension and can't revert it even after uninstalling and installing again.
After coding in Cursor for a while, I opened my project in VSCode again and noticed some of my files reported errors due to using undefined functions from the standard library. I run "go version" in my terminal and see that it's 1.24, but the extension uses 1.15 from /usr/local/go/bin/
. I wanted to change the version, so I clicked the extension icon and select "Change Go Environment" > "Select from file" and there I f***ed up, because I instead selected the gopls
binary instead of the go
binary.
And now I can't get it back, any command from the extension I try gives me an error and also I don't see any option in settings that can help me.
What do I do?