Mango The Fourth

Results 132 issues of Mango The Fourth

I think I have a pretty "simple" idea for a fix here. How about we - remove all css from doc tarballs - ship our own css that adheres with...

Hi! I think wrt project root detection, it would be good to have hie.yaml take priority over cabal or stack project root detection, as, if it exists, it usually specifies...

Hello Tom I am currently working on getting HLS to work with fully in-memory buffers that do not need the file system to be able to have a single HLS...

Use the GHC AST and lsp semantic tokens to convince the language server to give highlighting even without any editor highlighting plugins. Fixes #4501 - [x] check that this works...

Currently, the snippets for records generate things like this: `Foo {foo = _foo}` I don't like that because if there are multiple fields, I need to delete tons of placeholders...

type: enhancement
component: ghcide

Hi everyone. Upon popular request (*looks frightened at @fendor*) I will hereby create a small tracking issue for making HLS ready for multiple clients. Here are the things that need...

Hi ~ I would like to use the semantic tokens provider to replace *all* of the highlighting in an editor, i.e. I don't want to use any other highlighting providers....

Hi! I would like to update `inspection-testing` as fused-effects tests still pass after updating the version here and the ecosystem has moved on enough for this to become necessary (nixpkgs'...

To my understanding, for any request, the server is to invoke the continuation that produces the response exactly once - so why does `lsp` not do that by itself? It...

`DiagnosticsBySource` is a `Map (Maybe Text) (SortedList Diagnostic)`, however, when flushing by source of `Nothing`, the key that has no source (`Nothing`) in the `DiagnosticsBySource`s is not removed. Instead, the...