-
I'm trying to use the [__ghcide__](https://github.com/digital-asset/ghcide) LSP server for Haskell with this extension, with these Language Server User Preferences:
```json
{ …
-
Jsonnet doesn't have *yet* a language server implementation: https://microsoft.github.io/language-server-protocol/implementors/servers/
Haskell library for LSP: https://github.com/haskell/lsp
-
The hover result message does not perform line wrapping for signatures, and some clients (such as emacs-lsp) do not do wrapping themselves.
So for
```
2018-06-09 14:24:48.615856571 [ThreadId 5]…
alanz updated
5 years ago
-
### Your environment
```
Tool versions found on the $PATH
cabal: 3.8.1.0
stack: 2.7.5
ghc: 9.2.4
```
```bash
$ haskell-language-server-wrapper --version
haske…
-
**Describe the bug**
This is a weird one. What I'm observing is that this:
```
package foo
flags: +bar
package foo
flags: -bar
```
builds `foo` with `bar` disabled (correct), but that …
-
The root of this issue is that for `lsp-mode`-based completions, we would like to complete language pragmas. Since `lsp-mode` is quite generic, we don't have a good way of saying this, and we just hav…
-
### Your environment
Which OS do you use?
ArchLinux
Which version of GHC do you use and how did you install it?
9.0.2 via Arch repositories
How is your project built (alternative: link …
-
### I've searched open issues for similar requests
- [X] Yes
### I've recently downloaded the latest plugin version of mason.nvim
- [X] Yes
### Problem description
I'm using an init.lua based on …
realh updated
2 weeks ago
-
### I confirm that...
- [X] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq),…
-
### Operating System
WSL
### Ruby Version
ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu]
### Jekyll Version
jekyll 3.9 and 4.2
### GitHub Pages Version
_No res…