-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
DevProd Build
-
Fully Compatible
-
ALL
-
None
-
3
-
Hour
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Right now it only looks for the .*_test regex used for bazel test and not the .*_test|.*_binary used for bazel run. The effect of this is that bazel run +<tab> doesn't autocomplete the plus helpers.
We could duplicate the checks to include both regexes, but I think it would be better to regex match the strings so a single check will support both queries, and cover the optional // before :all.