Skip to content
New issue

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

Accept the legacy "languageServerHaskell" config name #243

Merged
merged 2 commits into from
Jul 27, 2020

Commits on Jul 27, 2020

  1. Accept the legacy "languageServerHaskell" config name

    This also requires a bump to lsp-test to fix a test, and drops the
    trick that the wrapper tests used to find the wrapper executable since
    it was just confusing
    lukel97 committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    9d3d0e6 View commit details
    Browse the repository at this point in the history
  2. Fix Brittany tests

    Need to read in those test results as a file, since the CPP preprocessor
    trips on those multiline strings
    Also use @?= instead of `shouldBe`, since the exception thrown by it
    gets caught by tasty and is pretty printed
    lukel97 committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    95560b1 View commit details
    Browse the repository at this point in the history