-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
gopls: Unable to build on vscode #35531
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. |
|
Thanks I'll move this bug to vscode-go. Are there any timeline when the
Raised bug on vscode-go |
There currently isn't any plan for this feature, but this is something we might be able to do via a CodeLens. Closing this issue for now, as it is not yet a planned feature, but we will likely investigate this in the future. |
What did you do?
I'm trying to build go source file using gopls on Microsoft vscode. Instead of executing
go build
on the specific file, it fails to execute the build command.note:
I'm using go version manager to maintain its different go runtimes.
Here is the code.
https://play.golang.com/p/HhCLwAZhaBk
What did you expect to see?
It should build a specific file.
What did you see instead?
It's not building the specific file.
Build info
Go info
settings on vscode
The text was updated successfully, but these errors were encountered: