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
importing "auth_common.proto" where my PatchUpdateRequest message lives.
But getting: "PatchUpdateRequest" is not defined, but when I hover over it with ctrl, it is possible to click and locate that message (shown in screenshot)
Its not showing any errors in another .proto file where I also import PatchUpdateRequest and use:
Directory looks like this:
This is so annoying!
The text was updated successfully, but these errors were encountered:
importing
"auth_common.proto"
where myPatchUpdateRequest
message lives.But getting:
"PatchUpdateRequest" is not defined
, but when I hover over it with ctrl, it is possible to click and locate that message (shown in screenshot)Its not showing any errors in another .proto file where I also import

PatchUpdateRequest
and use:Directory looks like this:

This is so annoying!
The text was updated successfully, but these errors were encountered: