-
Notifications
You must be signed in to change notification settings - Fork 645
Unable to build on vscode #2901
Comments
Thanks for reporting @byteshiva cc @stamblerre |
@ramya-rao-a: To my understanding, this is not a @byteshiva: Can you share a bit more information about the failure that you are seeing? What logs does VS Code show? Does |
I'll get the log details.
Yes it works on vscode command prompt after making the below changes but it does not seems to execute within vscode command
Since I'm using go version manager which kicks up during bashrc.
|
Here are the logs
Not able to determine import path of current package by using cwd: Thanks, --My mistake, Added source code folder in |
Does |
@byteshiva The setting In the issue description you mention that the extension fails to execute the build command. Can you provide more details on how you attempted to build the file? |
In one development profile, the
The
but I don't see the output(Maybe I might be missing something here). Also, as you mentioned above I need to disable
Yes,
Yes If possible I'd like to build using the above mentioned steps depending on the dev profile. |
A few clarifications
|
|
@byteshiva: What is failing when you run |
This issue has been closed automatically because it needs more information and has not had recent activity. Thank you for your contributions. |
What did you do?
I'm trying to build go source file using vscode-go
goplson 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
go version go1.13.4 linux/amd64
settings on vscode
The text was updated successfully, but these errors were encountered: