Nick Suchecki
Nick Suchecki
> I think I am in the same boat as @TonyTomCat01. > > > > Run from VSCode as `.ghcup/hls/1.7.0.0/lib/haskell-language-server-1.7.0.0/bin//haskell-language-server-9.0.2 --lsp` I get between 1.2-3 GB of RAMs used. Does...
+1 for let bindings. I'd have to see what the fixity one actually looks like, but in my head it seems like overload.
> These are all really special cases of "put an inlay hint every time a variable is bound without a type signature", but I think that would probably be too...
Just checked on all 9.2 tests. All that are disabled for 9.2 don't appear to be fixable. All appear to be breaking changes.
I wasn't able to reproduce for 8.10.7, 9.0.2, and 9.2.2 on HLS 1.7 and 1.6.1.
I take that back, apparently you have to open one of the `src` files first. Curiously, when you refine the import in the Test file, there are no compilation errors...