-
There is some undisciplined CPP which makes modifying code harder than it should be. This should all be placed into a compatibility module so it is isolated into one place.
For example
```
508 …
-
Using Haskell extension 1.2.0 in VS Code 1.51.0 on mac catalina, I started getting `fork: resource exhausted (Resource temporarily unavailable)` in all terminals. ps showed that it had opened many cla…
-
Subscribe to this issue and stay notified about new [weekly trending repos in Emacs Lisp](https://github.com/trending/emacs-lisp?since=weekly).
-
`System.FilePath.Glob` doesn't support `{x,y}` for alternatives, which the LSP spec says are [allowed in glob patterns](https://microsoft.github.io/language-server-protocol/specification#workspace_did…
-
https://github.com/haskell/vscode-haskell#ghc-abis-dont-match doesn't just apply to vscode, but any other LSP client configuration. There were reports of nvim user hitting this, so we should document …
-
The current [version](https://marketplace.visualstudio.com/items?itemName=panaeon.vscode-dhall-lsp-server&ssr=false) is somewhat out of date and doesn't support e.g. annotating let binders.
For the…
-
Looks like there currently isn't any, really. https://hackage.haskell.org/package/lsp-types has a second public library but there's no evidence of it on the page.
-
The docs say it's the same as `sendRequest`, which is non-blocking, but the implementation uses `request`, which blocks:
https://github.com/bubba/lsp-test/blob/23b1dcf20f37869d29158ebc38402503894bc…
-
[HLS](https://github.com/haskell/haskell-language-server) is the project collecting most of the manpower for Haskell IDE backend development. It supports LSP, and I saw that the README.md of this repo…
-
**What are you trying to achieve?**
It seems that, in normal mode, `c c` (`evil-change-whole-line`) used to clear the current line and place the cursor at the correct indentation column in most langu…