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
{{ message }}
This repository was archived by the owner on Jul 21, 2026. It is now read-only.
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:
importing
"auth_common.proto"where myPatchUpdateRequestmessage 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

PatchUpdateRequestand use:Directory looks like this:

This is so annoying!