Skip to content

Commit 05663b2

Browse files
authored
Merge pull request #430 from haskell/jneira-trace-client-readme
Add trace: client to troubleshooting steps
2 parents 8199337 + 5282fcc commit 05663b2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,11 @@ The language server is now started for each workspace folder you have in your mu
133133
## Investigating and reporting problems
134134

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

141142
Please include the output when filing any issues on the [haskell-language-server](https://github.com/haskell/haskell-language-server/issues/new) issue tracker.
142143

0 commit comments

Comments
 (0)