X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=README.md;h=ce452fe715d8858a995bf5a19230a394e8700492;hb=f9b6ee2d5743d4b6a5d2ca6f492d1e2e731fe678;hp=8a16945bb5730b4f0be3d16c7755b411dd354c97;hpb=0f725228728dd6433fa0b94b28074c11a1d95a9d;p=lsp-test.git diff --git a/README.md b/README.md index 8a16945..ce452fe 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,6 @@ The tests are integration tests, so make sure you have the following language se `npm i -g javascript-typescript-langserver` Then run the tests with `stack test` or `cabal new-test`. + +## Troubleshooting +Seeing funny stuff when running lsp-test via stack? If your server is built upon Haskell tooling, [keep in mind that stack sets some environment variables related to GHC, and you may want to unset them.](https://github.com/alanz/haskell-ide-engine/blob/bfb16324d396da71000ef81d51acbebbdaa854ab/test/utils/TestUtils.hs#L290-L298)