From: Luke Lau Date: Tue, 12 Nov 2019 18:50:23 +0000 (+0000) Subject: Merge pull request #58 from alanz/wip/vfs X-Git-Tag: 0.8.1.0~1 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=6d352ac93d32f520a36c530bc42c86f05fd449b7;hp=87761edb7da083a5af45c0d3f46bc52d13de2ba7 Merge pull request #58 from alanz/wip/vfs Match haskell-lsp updates for VFS race condition fixes --- 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) diff --git a/lsp-test.cabal b/lsp-test.cabal index 80283b7..8f0a454 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -44,7 +44,7 @@ library , bytestring , conduit , conduit-parse == 0.2.* - , containers + , containers >= 0.5.9 , data-default , Diff , directory