-
Semantic highlighting would give us a great experience on reading the code. It's been a shame that haskell does not have it for all these times. But now we are going to make it happen for haskell in H…
-
One very useful application of these serialization libraries is to send data between Haskell servers and Haskell/GHCJS browser clients. It would be nice to see how they perform in GHCJS / whether or n…
-
By @kostmo in `src/Swarm/Language/LSP.hs`:
https://github.com/swarm-game/swarm/blob/adab34a77b8441a85c71dde277222b9cc2b0dce6/src/Swarm/Language/LSP.hs#L69-L77
-
## Description
I'm trying to make haskell-language-server work with the following configuration
See config
```js
// /etc/jupyter/jupyter_server_config.d/hls.json
{
"LanguageServerMana…
-
I am attempting to build a language client against haskell-language-server in Visual Studio 2019.
When I follow the [instructions](https://learn.microsoft.com/en-us/visualstudio/extensibility/addin…
-
Check
- that the recommended GHC works with the recommended HLS
- that the latest GHC works with the latest HLS
- that the recommended GHC works with the latest HLS
-
Here is an hls branch with a broken test case (only runs on ghc-9.2):
https://github.com/lf-/haskell-language-server/tree/hlint-flags-bug
and the commit, for convenience: https://github.com/…
-
Haskell support is being implemented in branch `haskell`.
As with other languages, a language support extension that interacts with a language server is required for parsing of source files. In thi…
-
### Your environment
Which OS do you use?
Macbook Air M2 15" (Ventura 13.6)
Intel x86_64 (Ubuntu 20.04.6 LTS)
Same issue on both systems.
Which version of GHC do you use and how did you …
-
When I change extension settings in vscode and then run "Haskell: Restart LSP Server" within vscode, the changed extension settings are not taken into account - it's still running haskell-language-ser…