x/tools/gopls: unable to find package #38271
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
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: