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
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?
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
?The text was updated successfully, but these errors were encountered: