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
At the moment we tell lsp-mode that we want completion in comments (https://github.com/emacs-lsp/lsp-haskell/blob/master/lsp-haskell.el#L296). As the comment says, we need this in order to get completions for language pragmas (since they're in a comment), but it's really annoying in other comments. I don't know what to do about this.