Skip to content

Commit

Permalink
Merge pull request #238 from milesfrain/patch-1
Browse files Browse the repository at this point in the history
Readme clarifications
  • Loading branch information
jneira authored Mar 9, 2021
2 parents d31c74f + d7da4e7 commit 65d8c8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ The language server is now started for each workspace folder you have in your mu

## Investigating and reporting problems

1. Go to extensions and right click `Haskell` and choose `Configure Extensions Settings`
2. Scroll down to `Language Server Haskell › Trace: Server` and set it to `verbose`
1. Go to extensions and right click `Haskell Language Server` and choose `Extensions Settings`
2. Scroll down to `Language Server Haskell › Trace: Server` and set it to `messages`
3. Restart vscode and reproduce your problem
4. Go to the main menu and choose `View -> Output` (`Ctrl + Shift + U`)
5. On the new Output panel that opens on the right side in the drop down menu choose `Haskell`
5. On the new Output panel that opens on the right side in the drop down menu choose `Haskell (<your project>)`

Please include the output when filing any issues on the relevant language server's issue tracker.

Expand Down

0 comments on commit 65d8c8c

Please sign in to comment.