You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,10 +133,11 @@ The language server is now started for each workspace folder you have in your mu
133
133
## Investigating and reporting problems
134
134
135
135
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>)`
140
141
141
142
Please include the output when filing any issues on the [haskell-language-server](https://github.com/haskell/haskell-language-server/issues/new) issue tracker.
0 commit comments