Hi , I am a open source enthusiast and open source developer in oppia.
I use bazel for building and running tests via command line but now I want to integrate it fully so I have used bazel plugin in intellij idea ultimate and imported the project and created the .bazel project file.
The issue is that it works fine for terminal and is also able to resolve toolchains but for The IDE it fails to resolve any toolchain at oppia we have a oppia-bazel-tools
here's the link for gist of my .bazelproject file
This file is created inside a .ijwb directory by the IDE which is ignored by the IDE from the project
If you require any other information or logs and feel free to ask
Thanks in advance.