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
If test files are created or deleted, we need the VS Code extension to update the test explorer collection automatically.
Let's add a file watcher for created or deleted using the same glob pattern, so that we can maintain the list up to date.
The text was updated successfully, but these errors were encountered:
RubyFileChangeHandler
andyw8
Successfully merging a pull request may close this issue.
If test files are created or deleted, we need the VS Code extension to update the test explorer collection automatically.
Let's add a file watcher for created or deleted using the same glob pattern, so that we can maintain the list up to date.
The text was updated successfully, but these errors were encountered: