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 was archived by the owner on Jul 15, 2023. It is now read-only.
Issue
I've been experiencing issues with the
go.buildTagssetting. It seems to work fine only when you have a single tag.When using multiple tags (space-separated) the tools are not working properly anymore on tagged files (as if no tags were applied).
How to reproduce
with
"go.buildTags": "randomtag"reporting the error correctlyundefined: foobarwith
"go.buildTags": "randomtag othertag"->build constraints exclude all Go files