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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,8 @@ Please include the output when filing any issues on the relevant language server
159
159
160
160
### Troubleshooting
161
161
162
+
- Sometimes the language server might get stuck in a rut and stop responding to your latest changes.
163
+
Should this occur you can try restarting the language server with <kbd>Ctrl</kbd> <kbd>shift</kbd> <kbd>P</kbd>/<kbd>⌘</kbd> <kbd>shift</kbd> <kbd>P</kbd> > Restart Haskell LSP Server.
162
164
- Usually the error or unexpected behaviour is already reported in the haskell language server [used by the extension](#hie-variant). Finding the issue in its issue tracker could be useful to help resolve it. Sometimes even it includes a workaround for the issue.
163
165
- Haskell language servers issue trackers:
164
166
- haskell-ide-engine (the default haskell language server): https://github.com/haskell/haskell-ide-engine/issues
0 commit comments