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
I have two files: proto_x.proto and imported.proto, proto_x.proto has import imported.proto.
When I use compiler CLI with the following options: proto_x.proto -g=html -I=src/input -o=src/output, there is no JSON schema of imported.proto was genererated into src/output/data/type.
Did I configure something wrong? Thank you for checking out.
The text was updated successfully, but these errors were encountered:
I have two files:
proto_x.proto
andimported.proto
,proto_x.proto
hasimport imported.proto
.When I use compiler CLI with the following options:
proto_x.proto -g=html -I=src/input -o=src/output
, there is no JSON schema ofimported.proto
was genererated intosrc/output/data/type
.Did I configure something wrong? Thank you for checking out.
The text was updated successfully, but these errors were encountered: