Skip to content

Instantly share code, notes, and snippets.

@chokychou
Created August 31, 2025 03:12
Show Gist options
  • Save chokychou/58362a5f154c60e4734d3f2b3ccb2df4 to your computer and use it in GitHub Desktop.
Save chokychou/58362a5f154c60e4734d3f2b3ccb2df4 to your computer and use it in GitHub Desktop.
make vscode recognize bazel generated python protobufs
// .vscode/settings.json
{
"python.analysis.extraPaths": [
"bazel-bin",
"bazel-genfiles"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment