vscode-bazel icon indicating copy to clipboard operation
vscode-bazel copied to clipboard

[Feature request] Integrate with Test Explorer

Open nicolasnoble opened this issue 5 years ago • 2 comments

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.

nicolasnoble avatar Feb 20 '20 02:02 nicolasnoble

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.

haifeng-jin avatar Jun 16 '22 04:06 haifeng-jin

@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

bhack avatar Jun 16 '22 13:06 bhack