Repository Explorer
The repository explorer displays the available repositories on your filesystem (directories with a WORKSPACE
file). Click on the repository to switch to that folder:
Repositories are discovered by inspecting the processes on the machine so if you don’t see any populated in the view, try starting up a bazel server manually (e.g., run bazel info
in a repository).