-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
x/tools/gopls: file not found error #32603
Comments
In the first case, it seems like |
first case : i used ranger file manager, used it to touch a file. i tested . its on disk. |
i used coc and add this settings,does the
|
For the first case, are you able to stat the file on your machine ( In the second case, you hadn't imported the Regarding the "usePlaceholders" setting - I am not sure what Vim supports, but I believe you will need to restart |
i usually work in terminal with neovim . cause this #31542 , when i import a new package , i cant got the any completion , its very headache。i know its a known problem casue i create a issue about this. |
After taking a deeper look at your error above, it seems like your file URI is being corrupted. It seems like |
Change https://golang.org/cl/182460 mentions this issue: |
Thanks for looking into this @stamblerre, I'll test again as the fix becomes available. |
Thanks for reporting! If you pull the latest |
The 'phantom stat issue' is definitely solved 👍
|
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release? yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Problem 1
Problem 2
fmt.
What did you expect to see?
works well
What did you see instead?
The text was updated successfully, but these errors were encountered: