You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Hello, currently the setting "go.buildOnSave" only allows the 3 options: workspace, package, and off. If you are using glide or the vendoring directory & you use the workspace option, then it will build the entire vendoring folder. The directories to build are not a flag so I'm not sure how to handle this scenario.
For glide you would run go build $(glide novendor), is there a way to replicate this behavior on save?
The text was updated successfully, but these errors were encountered:
Hello, currently the setting
"go.buildOnSave"
only allows the 3 options:workspace
,package
, andoff
. If you are using glide or the vendoring directory & you use theworkspace
option, then it will build the entire vendoring folder. The directories to build are not a flag so I'm not sure how to handle this scenario.For glide you would run
go build $(glide novendor)
, is there a way to replicate this behavior on save?The text was updated successfully, but these errors were encountered: