-
I have a file with pragmas at the top
```haskell
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE ExplicitNamespaces #-}
```
DeriveAnyClass is unused, and hlint repo…
alanz updated
2 years ago
-
### Thank you for the bug report
- [X] I am using the latest version of `lsp-mode` related packages.
- [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https:…
-
By @kostmo in `src/Swarm/Language/LSP.hs`:
https://github.com/swarm-game/swarm/blob/adab34a77b8441a85c71dde277222b9cc2b0dce6/src/Swarm/Language/LSP.hs#L69-L77
-
## Is your enhancement request related to a problem? Please describe.
When a client send the server URI (most commonly `textDocument.uri`) with Unicode characters that are not properly percent-enco…
-
**Is your feature request related to a problem? Please describe.**
See #323
**Describe the solution you'd like**
The LSP should support SemanticTokensClientCapabilities to provide syntax highlig…
-
## Is your enhancement request related to a problem? Please describe.
Disabling the `formattingProvider` configuration does not seem possible. There is a handful of options but it can't be disabled…
-
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…
-
## Is your enhancement request related to a problem?
I have almost nothing in my global PATH and configure tooling on a per-project basis.
Only when entering a development shell (via `nix devel…
teto updated
6 months ago
-
### Your environment
Which OS do you use? macOS Sonoma 14.5 (23F79)
Which version of GHC do you use and how did you install it? GHC 9.4.8 and 9.8.2, via GHCup ()
How is your project b…
konn updated
5 months ago
-
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 …