You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so, I created a code to setup this behavior but this code generate conflict with my diagnostics and another stuff. By default, the haskell-server-language have a mode to put my code lenses above my functions and not inline like the example below?
The text was updated successfully, but these errors were encountered:
Code lenses aren't inline. You'd want inlay hints for those. Hls relies heavily on code lenses for things that inlay hints would be better for. The reason is they were implemented before inlay hints were part of the LSP.
so, I created a code to setup this behavior but this code generate conflict with my diagnostics and another stuff. By default, the haskell-server-language have a mode to put my code lenses above my functions and not inline like the example below?
The text was updated successfully, but these errors were encountered: