Skip to content

Instantly share code, notes, and snippets.

@andredubov
Created September 10, 2025 20:18
Show Gist options
  • Select an option

  • Save andredubov/a39d84331b9548d00b12843df8a9eb93 to your computer and use it in GitHub Desktop.

Select an option

Save andredubov/a39d84331b9548d00b12843df8a9eb93 to your computer and use it in GitHub Desktop.
VS Code Workspace Settings: Go + Protobuf + Integration Tags
{
"protoc": {
"options": [
"-I=${workspaceRoot}/shared/proto",
"-I=${workspaceRoot}/shared/proto/validate"
]
},
"gopls": {
"buildFlags": [
"-tags=integration"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment