x/tools/gopls: unable to find package #38271
Closed
Labels
Milestone
Comments
Thank you for filing a gopls issue! Please take a look at the Troubleshooting guide, and make sure that you have provided all of the relevant information here. |
@eric642: Can you please share the output of |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
my settings.json:

"go.useLanguageServer": true,
"go.alternateTools": {
"go-langserver": "gopls"
},
"go.languageServerExperimentalFeatures": {
"format": true,
"autoComplete": true
},
"[go]": {
"editor.snippetSuggestions": "none",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
},
"gopls": {
"usePlaceholders": true,
"enhancedHover": true
},
"go.toolsGopath": "D:\code\go",
"go.gopath": "D:\code\go_work\go-env\source\libs;D:\code\go_work\servermap\source\go-apps",
my project path :D:\code\go_work\servermap\source\go-apps\src\meeting
vscode hit :
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: