Skip to content

Commit 9330e61

Browse files
authored
Update README.md
1 parent 002c399 commit 9330e61

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,16 @@ to launch HIE via `hie.sh` inside the _backend_ and _common_ folder, while the _
180180

181181
This provides a very flexible way of customizing your setup.
182182

183+
## Investigating and reporting problems
184+
185+
1. Go to extensions and right click `Haskell Language Server` and choose `Configure Extensions Settings`
186+
2. Scroll down to `Language Server Haskell › Trace: Server` and set it to `verbose`
187+
3. Restart vscode and reproduce your problem
188+
4. Go to the main menu and choose `View -> Output` (`Ctrl + Shift + U`)
189+
5. On the new Output panel that opens on the right side in the drop down menu choose `Haskell HIE (cabal)`
190+
191+
Now you will see the information which you can use to diagnose or report a problem
192+
183193
## Release Notes
184194

185195
See the [Changelog](https://github.com/alanz/vscode-hie-server/blob/master/Changelog.md) for more details.

0 commit comments

Comments
 (0)