Skip to content

Readme clarifications #238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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