Created
September 10, 2025 20:18
-
-
Save andredubov/a39d84331b9548d00b12843df8a9eb93 to your computer and use it in GitHub Desktop.
VS Code Workspace Settings: Go + Protobuf + Integration Tags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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