Avi Dessauer
Avi Dessauer
I believe this issue would break ormolu's support for [record-dot-preprocessor](https://hackage.haskell.org/package/record-dot-preprocessor) syntax which uses the space to differentiate desugaring.
Your right I miss read it.
So stack and cabal would need to support BSP
Is there a major benefit to hie-bios being that wrapper? Hie-bios is only used for ghcide and hie, If stack and cabal were to support BSP, it would be a...
> Perhaps HLS should have haskell-language-server.yaml, which contains a sub-stanza that it could pass to hie-bios directly I would very much like to avoid this. If cradle info is mixed...
A language server option is the right way to go, but in most cases also unnecessary. The correct cradle is usually the one for which build artifacts exist. If the...
@pepeiborra I published `implicit-hie-0.1.3.0 ` with the changes in this pr. `implicit-hie-cradle` builds with `implicit-hie-0.1.3.0 `. So now just HLS and anything else upstream has to updated.
I can take a look on Christmas.
I took a look, but I have not had time to finish.
It worse with vscode. If your `~/.profile` uses `[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx &> .debug_x` vscode is just broken, there is no fix, but...