Skip to content

Commit a307e7a

Browse files
authored
Mention restart command in README
Helps #271
1 parent d2d4add commit a307e7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ Please include the output when filing any issues on the relevant language server
159159

160160
### Troubleshooting
161161

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.
162164
- 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.
163165
- Haskell language servers issue trackers:
164166
- haskell-ide-engine (the default haskell language server): https://github.com/haskell/haskell-ide-engine/issues

0 commit comments

Comments
 (0)