We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29eb0d commit 198816cCopy full SHA for 198816c
lsp-test/README.md
@@ -41,7 +41,7 @@ Whilst writing your tests you may want to debug them to see what's going wrong.
41
You can set the `logMessages` and `logStdErr` options in `SessionConfig` to see what the server is up to.
42
There are also corresponding environment variables so you can turn them on from the command line:
43
```
44
-LSP_TEST_LOG_MESSAGES=1 cabal test
+LSP_TEST_LOG_MESSAGES=1 LSP_TEST_LOG_STDERR=1 cabal test
45
46
47
## Developing
0 commit comments