Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Is just vscode-go just debug go project and can NOT build go project #293

Closed
luweijie007 opened this issue Apr 15, 2016 · 2 comments
Closed

Comments

@luweijie007
Copy link

I installed vscode-go as doc llustration in window, and I can build same go code and debug it
I git go project but I can not build go project. How can I build go project?
or vscode-go has not this feature.

@lukehoban
Copy link
Member

There is no explicit Go: Build command in the extension currently - that is being tracked with #287.

But the extension does run builds on save by default, and results are available in the output window if you open it with View: Toggle Output.

There is also a Task framework in VS Code which lets you configure more complex or specialized build tasks.

@luweijie007
Copy link
Author

I see now ,thanks your time for answer

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants