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
Although the proto_path feature introduced in v0.3.2 makes it possible to build these files together, an easy way to import all .proto files in a folder is yet to be delivered.
My take on this problem is to allow selection of the root directory, which
sets the proto_path to the selected path and
adds all .proto files under it
It might even make sense to enforce this to be the only way to import the .proto files, and make the proto_path implicit rather than having the users pick the files one by one and type the proto_path in. But I'll have to dig into the protoc docs and make sure this doesn't block certain project structures.
The text was updated successfully, but these errors were encountered:
In some projects, the protobuf files are separated into various folders - an example project structure would be
Although the
proto_path
feature introduced in v0.3.2 makes it possible to build these files together, an easy way to import all .proto files in a folder is yet to be delivered.My take on this problem is to allow selection of the root directory, which
It might even make sense to enforce this to be the only way to import the .proto files, and make the proto_path implicit rather than having the users pick the files one by one and type the proto_path in. But I'll have to dig into the
protoc
docs and make sure this doesn't block certain project structures.The text was updated successfully, but these errors were encountered: