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
It defaults to proto2, leading to many subsequent errors:
[libprotobuf WARNING google/protobuf/compiler/parser.cc:649] No syntax specified for the proto file: echo.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
The text was updated successfully, but these errors were encountered:
Failure: plugin "buf.build/community/pseudomuto-doc:v1.5.1" does not support feature "supports editions" which is required by "myproto/v1/myproto.proto"
I have a file like
When running protoc-gen-doc like so:
It defaults to proto2, leading to many subsequent errors:
The text was updated successfully, but these errors were encountered: