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 Apr 21, 2026. It is now read-only.
I have a file ./A.proto that imports ./imported/B.proto.
I created a FieldDescriptorSet from A.proto named A_fds.pb.
I am now using protoscope to decode a A.pb on my project using : protoscope -descriptor-set ./A_fds.pb -message-type MyData -print-field-names -print-enum-names -o A_test.txt "path\to\my\project\A.pb"
protoscope: proto: could not resolve import "imported/B.proto": not found
Hi,
I have a file ./A.proto that imports ./imported/B.proto.
I created a FieldDescriptorSet from A.proto named A_fds.pb.
I am now using protoscope to decode a A.pb on my project using :
protoscope -descriptor-set ./A_fds.pb -message-type MyData -print-field-names -print-enum-names -o A_test.txt "path\to\my\project\A.pb"protoscope doesn't support import ?