How to add extra argument when the tulsi running bazel
For example 17:20:26: Running /usr/local/bin/bazel info '--override_repository=tulsi=/Users/user/Library/Application Support/Tulsi/0.20200917.88/Bazel'
I want to add proxy when the bazel to run
Running /usr/local/bin/bazel info '--override_repository=tulsi=/Users/user/Library/Application Support/Tulsi/0.20200917.88/Bazel' --repo_env=http_proxy=http://127.0.0.1:8001
Are those startup options or regular Blaze command options? Would a bazelrc file help?
A bazelrc file in that bazel project which is the working project?
Just another user, but I'd think adding to your project's .bazelrc would work, as @DavidGoldman said. Or also perhaps using the 'build' options or 'build' startup options settings, depending on what flags you want to set. Good luck!
Thanks for submitting this issue but this tool is being deprecated. Please checkout rules_xcodeproj for a more complete and maintained Xcode integration.