Set gRPC proto file import root path

Feature RequestQuestion
If a proto file import another proto file, there is no way to set the import root path for protoc.
Mac

If a proto file import another proto file, there is no way to set the import root path for protoc.
Sign in to leave a comment.
Just wanted to add that protoc supports multiple root paths, so preferably Yaak should too.
Also, until this feature is implemented, you can use this workaround instead:
Create an empty file with the
.protoextension inside the root path you wish to add, then add the empty proto file to Yaak.For example, if you want to add
/foo/baras a root, you can create an empty file at:/foo/bar/whatever.proto, then go into the Protobuf schema configuration page in Yaak, hit “Add Proto File(s)” and selectwhatever.proto.https://yaak.app/blog/2025.5.0-beta.4
https://yaak.app/blog/2025.5.0