Error loading workspace folders #1365
Unanswered
iamshreeram
asked this question in
Help
Replies: 2 comments 3 replies
-
I have fixed Error 2 by updating the gopls version to 0.6.9. Error 1 still remains. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Seeing 2 errors while loading vscode from Go Extension
Details of Error 1
Go Extension is looking at all my project directories in the workspace and throws below error
Below is my directory structure and entire
project
is added to workspaceGo: Locate Configured Go Tools
is runninggo env
on each directory of workspace. I want to explicitly specify thegolang
directory thatgo extension
should look only at. Is it possible?Details of Error 2
I'm also seeing an error in another pop-up that says -
gopls version -
golang.org/x/tools/gopls v0.6.6
go version - go1.15.2 darwin/amd64
VSC details
Please let me know if any other details needed.
Beta Was this translation helpful? Give feedback.
All reactions