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
Some (all?) of the well-known types require an import statement to use (e.g. import "google/protobuf/timestamp.proto").
Without the import statements, code generation won't work.
The documentation neglected to mention this fact. Please improve the documentation so that every well known type is accompanied with the import file required for its usage.