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
I have checked that this feature is not already implemented
This feature does not exist
Use case
We have an app (storefront renderer) which uses minitest outside of Rails with custom test do ... end syntax, and would like to have the Run test code lens.
Description
Add code lens for individual test case without rails.
Implementation
No response
The text was updated successfully, but these errors were encountered:
For any other arbitrary custom syntax people decide to create, we should allow applications to define their own private addons, which is a way to extend the Ruby LSP's functionality. For example, RSpec support is implemented that way. Currently, we only allow for gems to export addons, but the change to allow for application addons should be straight forward
I'll close this issue so that we can centralize any discussions on #1334.
I have checked that this feature is not already implemented
Use case
We have an app (storefront renderer) which uses minitest outside of Rails with custom
test do ... end
syntax, and would like to have theRun test
code lens.Description
Add code lens for individual test case without rails.
Implementation
No response
The text was updated successfully, but these errors were encountered: