Running any Go: Command Palatte command results in command not found #2716
Unanswered
geoff-maddock
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was running the GO extension in VS Code, minding my own business, working great, but then I updated to VS Code 1.20 in my local environment (WSL2 in Ubuntu on Windows 10). I ran into some issues with the debugger, so I ended up running
Go: Choose Environment
, and from there I clicked on "Clear settings" or something like that.Now if I try to run any Go: command from the the command palatte, I get a generic error such as
"Command: 'Go: Choose Go Environment" resulted in an error - command 'go.environment.choose' not found
I swear I ran into this before, but I can't recall the fix.
I tried to disable and re-enable the extension, as well as uninstall and re-install it, but I'm getting the same error once I re-install and re-enable it.
Any tips on how to get this command to work again?
One thing I noticed is that if I switch my workspace to another GO project, I'm not getting this error, and can run Go command palatte commands.
Beta Was this translation helpful? Give feedback.
All reactions