-
I want to analyze haskell-ide-engine's lsp , but it not work, don't have a clue how to make it work.
https://github.com/haskell/haskell-ide-engine
-
### Your environment
MacOS
GHC 9.4.8 and other from ghcup
How is your project built (alternative: link to the project)? no project, just a .hs file
VS Code + haskell.haskell v2.4.3
HL…
cblp updated
8 months ago
-
`M-.` is broken when using it with lsp-mode and doom-emacs, which has a very nice setup that works with all other language modes. The problem is that `M-.` is bound to the internal haskell-mode functi…
-
This would make installation and updates more automated. `lsp-go`, `lsp-haskell`, `lsp-java`, `lsp-mode`, `lsp-python`, and `lsp-rust` are already in [MELPA](https://melpa.org).
tpapp updated
7 years ago
-
This is probably confusing for newcomers and those who don't know about `LinearTypes`, even if technically correct according to the user's guide
> By default, all fields in algebraic data types ar…
akrmn updated
1 month ago
-
I made a [post](https://www.reddit.com/r/haskell/comments/18zdfoa/is_there_too_much_redundant_info_at_hls_type_info/) on /r/haskell and [this comment](https://www.reddit.com/r/haskell/comments/18zdfoa…
-
In order to prevent spam, I open a thread to discuss about the inlay hint usage in Haskell.
Previous info is here: https://github.com/haskell/haskell-language-server/issues/2019#issuecomment-114450…
-
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…
-
### General summary/comments (optional)
The `dhall-lsp-server` package has an integration test suite with a registered dependency on an executable of the same package
```
build-tool-depends: …
-
LSP.Test.Replay was commented out as part of https://github.com/haskell/lsp/commit/37c02ad5de008020bdeb4d917376c7010468b7ac.
Was that intentional? The lsp-test README still mentions `replaySession`