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
VS Code's offers a super nice test interface that we should include in the Ruby LSP.
We already know which tests exist in a file by executing the code lens request, so we can add a client middleware to capture all code lenses that have type: "test" and use those to populate the test controller.
VS Code's offers a super nice test interface that we should include in the Ruby LSP.
We already know which tests exist in a file by executing the code lens request, so we can add a client middleware to capture all code lenses that have
type: "test"
and use those to populate the test controller.This PR has an initial exploration of how to implement the test controller Shopify/vscode-ruby-lsp#382.
The test interface should
The text was updated successfully, but these errors were encountered: