Skip to content

Commit 4373988

Browse files
authored
Add troubleshooting section
It includes two common issues reported: * the extension fails to open a single haskell source file * it is originally tracked in #140 * it was the cause of #221 * other haskell extension could interfere: #231
1 parent 76b4a3c commit 4373988

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 issue tracker of 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)