X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=README.md;h=9f0251b3f841dbc46acb7c4fa2d5211338b20239;hp=11f370918e27fb78c08c9f9236d383af5a180b7d;hb=803c622b2a390a310584d9f8170c9ec1c8ea67db;hpb=d46bb3df79fd71344d0c8d7c6de5b67c99f65906 diff --git a/README.md b/README.md index 11f3709..9f0251b 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)