Skip to content

Commit 49646f1

Browse files
authored
Merge pull request #232 from alanz/readme-add-trouble
Add troubleshooting section
2 parents 76b4a3c + b41f3a5 commit 49646f1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,16 @@ HIE is now started for each workspace folder you have in your multi-root workspa
155155

156156
Now you will see the information which you can use to diagnose or report a problem
157157

158+
### Troubleshooting
159+
160+
* 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.
161+
* Haskell language servers issue trackers:
162+
* haskell-ide-engine (the default haskell language server): https://github.com/haskell/haskell-ide-engine/issues
163+
* haskell-language-server: https://github.com/haskell/haskell-language-server/issues
164+
* *Common issues*:
165+
* For now, the extension is not able to open a single haskell source file. You need to open a workspace or folder, configured to be built with cabal, stack or other hie-bios compatible program.
166+
* Check you don't have other haskell extensions active, they can interfere with each other.
167+
158168
## Release Notes
159169

160170
See the [Changelog](https://github.com/alanz/vscode-hie-server/blob/master/Changelog.md) for more details.

0 commit comments

Comments
 (0)