Skip to content

Commit

Permalink
Update to documentation about LSP debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
freeman42x authored and Tehnix committed Apr 1, 2018
1 parent c14fdc4 commit edd9333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ The plugin should work out-the-box, but your environment may differ for many rea
- `Turn on debugging output` passes the `--debug` flag to hie (although not if using a custom wrapper, then you're on your own).
- `Log to a file (if debugging is on)` will set the log file that debug writes to.

For additional debugging (e.g. stderr), you can enable `Settings -> Core -> Debug L S P`, and then view the output in the Atom Developer Console.
For additional debugging (e.g. stderr), you can enable `Settings -> Core -> Debug L S P` or add `debugLSP: true` to the core section in `Debug -> Config... -> config.cson`, and then view the output in the Atom Developer Console.


## A few screenshots of the working things
Expand Down

0 comments on commit edd9333

Please sign in to comment.