Closed bradsherman closed 7 months ago
Does this PR follow the Contribution Guidelines? Following is a partial checklist:
Proper conventional commit scoping:
For example, fix(lsp): some lsp-related bugfix
[ ] Pull request title has the appropriate conventional commit prefix.
If applicable:
@all-contributors please add @bradsherman for code
@mrcjkb
I've put up a pull request to add @bradsherman! :tada:
I'm out right now, but I'll push a new tag tomorrow.
I noticed this while trying to run neotest haskell in a stack project with tasty tests. Once I fixed this typo, I was able to do things like
lua require('neotest').run.run()
and have the test run. Without this change, it would fail with an error sayingCannot run tests for configured build tools: stack
.