-
Notifications
You must be signed in to change notification settings - Fork 18k
x/tools/cmd/gopls: no packages found for *_test.go in specific package #32812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Passing the
It seems kind of strange that the Go build information is printed in the middle of the file contents in the RPC trace. |
After updating |
I can reproduce this. I have Here is the log from the vscode debug console, both with Not really sure how to rectify this. |
@ollien: Can you open a new issue for this? Your situation likely has a different root cause than the one above. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, on 9947fec.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Open VS Code with one test file open.
What did you expect to see?
I expected to see (any) language server functionality.
What did you see instead?
The language server hangs, repeatedly checking for the package, but claiming it does not exist. The issue happens only in this package—I'm not able to reproduce the issue elsewhere in the codebase.
and on and on...
The text was updated successfully, but these errors were encountered: