bazelbuild / vscode-bazel

Bazel support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=BazelBuild.vscode-bazel
Apache License 2.0
237 stars 77 forks source link

[Feature request] Integrate with Test Explorer #186

Open nicolasnoble opened 4 years ago

nicolasnoble commented 4 years ago

There is a Test Explorer UI extension available, which itself provides a Test Adapter API to discover and run tests. An example of such test adapter is the Catch2 and GoogleTest adapter.

It would be very neat if the vscode-bazel extension was integrating with either Test Explorer directly, or with the GoogleTest adapter, in order to provide the list of tests, and the ability to spawn a Visual Studio Code Debugger instance through the Test Explorer UI.

haifeng-jin commented 2 years ago

Any updates to this issue? It would be really useful for Keras contributors when they use CodeSpaces. Now they have to manually type in the paths to the tests.

bhack commented 2 years ago

@haifeng-jin I agree with you but it seems that more in general the main issue is that no resources are allocated on this extension. See more at https://github.com/bazelbuild/vscode-bazel/issues/241#issuecomment-938632324