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
Might not want to include generated external repositories from things like pip.parse so should probably only source completions from modules declared as dependencies with bazel_dep, i.e. just look for all function calls with bazel_dep(name = "name")
Additionally we can exclude private folders from dependencies
The text was updated successfully, but these errors were encountered:
Might not want to include generated external repositories from things like
pip.parse
so should probably only source completions from modules declared as dependencies withbazel_dep
, i.e. just look for all function calls withbazel_dep(name = "name")
Additionally we can exclude
private
folders from dependenciesThe text was updated successfully, but these errors were encountered: