Similar to the Build Current Target feature, it would be great if there was a "smart run" feature that would either bazel run, bazel test, or bazel build the current target depending on it's type. if the cursor is on a target that is of type *_binary then it will be run. If it is on a target that is of type *_test then it will be tested. Otherwise, it will simply be built.
Similar to the Build Current Target feature, it would be great if there was a "smart run" feature that would either
bazel run,bazel test, orbazel buildthe current target depending on it's type. if the cursor is on a target that is of type*_binarythen it will berun. If it is on a target that is of type*_testthen it will be tested. Otherwise, it will simply be built.