Cannot access member xxx for protobuf msg #4308
AaronWaxson
started this conversation in
General
Replies: 1 comment 2 replies
-
Moving this to a discussion topic because this isn't a bug in pyright. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used protobuf message in my project , but pyright can not access their members. Is there any solution for that?
I try to use
# type: ignore
, but too many lines with protobuf message. Maybe has a way to configure many types ignored?Here's my example:
The x and y will be reported "Cannot access member x(y) for type Point2D, member x(y) is unknown".
By the way, I used pyright plugin in vscode.
Beta Was this translation helpful? Give feedback.
All reactions