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
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,10 +130,8 @@ This extension will download the language server binaries to a specific location
130
130
| Windows |`%APPDATA%\Code\User\globalStorage\alanz.vscode-hie-server`|
131
131
| Linux | TODO |
132
132
133
-
134
133
Note that if `haskell-language-server-wrapper` is already on the PATH, then the extension will launch it directly instead of downloading binaries.
135
134
136
-
137
135
## Investigating and reporting problems
138
136
139
137
1. Go to extensions and right click `Haskell` and choose `Configure Extensions Settings`
@@ -146,13 +144,13 @@ Please include the output when filing any issues on the relevant language server
146
144
147
145
### Troubleshooting
148
146
149
-
* 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.
150
-
* Haskell language servers issue trackers:
151
-
* haskell-ide-engine (the default haskell language server): https://github.com/haskell/haskell-ide-engine/issues
* 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.
155
-
* Check you don't have other haskell extensions active, they can interfere with each other.
147
+
- 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.
148
+
- Haskell language servers issue trackers:
149
+
- haskell-ide-engine (the default haskell language server): https://github.com/haskell/haskell-ide-engine/issues
- 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.
153
+
- Check you don't have other haskell extensions active, they can interfere with each other.
0 commit comments