We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the command to retrieve tests in a file, we should surface this through vim.ui.select to allow a user to run a specific test.
vim.ui.select
Similar to the test code lens, but doesn't require you to have your cursor on the line with the virtual text.
Dependent on #45.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
With the command to retrieve tests in a file, we should surface this through
vim.ui.select
to allow a user to run a specific test.Similar to the test code lens, but doesn't require you to have your cursor on the line with the virtual text.
Dependent on #45.
The text was updated successfully, but these errors were encountered: