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
From this tooling idea
When I am in an abitrary directory, how can I know which files need to be watched for changes?
The use case is that I have developed a way to discover the tests in a tasty testsuite, and how to expose them in the VS Code UI.
tasty
The way they are discovered is by running the test suite in "discover mode" and subsequently in "run test mode".
I need to re-run discovery of tests for a test suite each time any files in the source code change. Does cabal expose such a functionality?
Fendor linked the following issue a potential fix: #7500
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From this tooling idea
When I am in an abitrary directory, how can I know which files need to be watched for changes?
The use case is that I have developed a way to discover the tests in a
tasty
testsuite, and how to expose them in the VS Code UI.The way they are discovered is by running the test suite in "discover mode" and subsequently in "run test mode".
I need to re-run discovery of tests for a test suite each time any files in the source code change. Does cabal expose such a functionality?
Fendor linked the following issue a potential fix: #7500
The text was updated successfully, but these errors were encountered: