From 3d53fc1067997390a65614e2a7a6bb14923fe940 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Sun, 10 Nov 2019 17:14:12 +0000 Subject: [PATCH] Add troubleshooting for stack environment variables Closes #57 --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.30.2