How to solve those errors (I can build the project in Terminal using bazel)
Error:Cannot run program "bazel" (in directory "/xxx/xxx"): error=2, No such file or directory
Error:Could not run Bazel info
dumped with #88
The solution in the linked issue is:
Settings > Other Settings > Bazel Settings Bazel binary location to /usr/local/bin/bazelIs there a way to bootstrap this value to /usr/local/bin/bazel when the bazel IJ plugin is installed? (in the interest of having sane defaults)
On windows, you can install bazel from: https://github.com/bazelbuild/bazel/releases, and then operate as david-wg2 described.
Most helpful comment
The solution in the linked issue is:
Settings > Other Settings > Bazel SettingsBazel binary locationto/usr/local/bin/bazel