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
-[It's time to join the project!](#its-time-to-join-the-project)
30
33
@@ -267,6 +270,56 @@ dependencies:
267
270
- someDep
268
271
```
269
272
273
+
## Editor Integration
274
+
275
+
Note to editor integrators: there is now a haskell-language-server-wrapper executable, which is installed alongside the haskell-language-server executable. When this is invoked in the project root directory, it attempts to work out the GHC version used in the project, and then launch the matching haskell-language-server executable.
276
+
277
+
All of the editor integrations assume that you have already installed haskell-language-server (see above) and that the installation script put the haskell-language-server binary in your path (usually `~/.local/bin` or `~/.cabal/bin` on linux and macOS).
278
+
279
+
### Using haskell-language-server with Emacs
280
+
281
+
Install HLS along with the following emacs packages:
0 commit comments