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
As reported in haskell/haskell-language-server#2479, this makes it very difficult to write tests that want to reason on a sequence of commands:
lsp/lsp-test/src/Language/LSP/Test/Session.hs
Lines 373 to 386 in 1b3c3c3
The text was updated successfully, but these errors were encountered:
Add test for #374
96aaa16
b2998e1
a851ed7
Fix for #374 (#376)
6804c53
* Improve error message * Add test for #374 * Add fix * avoid double version bump * add a comment
Fixed.
Sorry, something went wrong.
No branches or pull requests
As reported in haskell/haskell-language-server#2479, this makes it very difficult to write tests that want to reason on a sequence of commands:
lsp/lsp-test/src/Language/LSP/Test/Session.hs
Lines 373 to 386 in 1b3c3c3
The text was updated successfully, but these errors were encountered: