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
Create plugin for wrapping the handlers from ghcide
The way PartialHandlers are chained in ghcide means earlier ones get masked by
ones added later in the chain.
Create GhcIde plugin so the underlying hover handler can be combined with other
configured hover handlers at the haskell-language-server combined handler.
Requires haskell/ghcide#490
0 commit comments