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
This might take a while, depending on the size of your C++ project and the number of existing tests. In case of unexpected failures, check the extension output for error logs.
34
+
Depending on the size of your C++ project, the test discovery process might take a while. You can reduce the search space by the extension setting `testDiscoverLabel`. In case of unexpected failures, check the extension output for error logs.
35
35
36
36
## Extension Settings
37
37
38
38
*`vsc-bazel-tools.customCompileCommandsTarget`: Specifies a custom bazel target (label) to generate the compile commands.
39
39
*`vsc-bazel-tools.activateTesting`: Discover and publish tests via test explorer UI.
40
+
*`vsc-bazel-tools.testDiscoverLabel`: Bazel label for test discovery (e.g. `//my/package/...`).
0 commit comments