Skip to content

Commit 198816c

Browse files
authored
Mention LSP_TEST_LOG_STDERR in README
1 parent b29eb0d commit 198816c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Whilst writing your tests you may want to debug them to see what's going wrong.
4141
You can set the `logMessages` and `logStdErr` options in `SessionConfig` to see what the server is up to.
4242
There are also corresponding environment variables so you can turn them on from the command line:
4343
```
44-
LSP_TEST_LOG_MESSAGES=1 cabal test
44+
LSP_TEST_LOG_MESSAGES=1 LSP_TEST_LOG_STDERR=1 cabal test
4545
```
4646

4747
## Developing

0 commit comments

Comments
 (0)