pubref / rules_proto

Moved to https://github.com/stackb/rules_proto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set output_to_workspace in rules_proto

haikalpribadi opened this issue · comments

Hi @pcj, in rules_protobuf/protobuf we can set output_to_workspace to output the GRPC files into the development workspace.

How can we do this with the new rules_proto?

Not at the moment. That feature was always little edgy in that writing to the workspace goes against bazel's sandboxed model so I left it out in this redesign. Is it important to you?

Well, ideally, yes. We need the files to be generated in different modules across the code base, which is needed to integrate fully with the IDE. What's the possibility of adding it?