connorshea / vscode-ruby-test-adapter

A Ruby test adapter extension for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=connorshea.vscode-ruby-test-adapter
MIT License
83 stars 50 forks source link

Doesn't work with VSCodium / Theia #73

Open brodock opened 3 years ago

brodock commented 3 years ago

Your environment

Expected behavior

Right clicking on a spec file and clicking to "run all tests in this file" should try to run them and display the results on the test panel interface

Actual behavior

Nothing happens. Nothing is printed to the console, no error appears anywhere, it is as if the menu item was not triggering anything.

This may be due to some incompatibility with VSCodium, or due to the Test Explorer api relying into some code that is shipped by vscode, but not being shipped elsewhere due to not being opensource.

I would appreciate any suggestion on how to debug this. :)

A similar behavior can be seen with Theia editor in gitpod. You can try with this repository : https://gitlab.com/gitlab-org/gitlab_kramdown (if you have gitpod integration enabled in your profile, all you have to do is click the GitPod button)