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
Setting lsp-haskell-completion-snippets-on to nil (and restarting the server) has no effect when using the latest haskell-language-server (1.2.0).
This is probably caused by haskell/haskell-language-server#1619 which was introduced in 1.1.0 and changed the setting name from haskell.completionSnippetsOn to the intuitively named haskell.plugin.ghcide-completions.config.snippetsOn.
Thanks, good point, we need to regenerate all these things to make them match the new config options.
Of course, that will break old HLSs, but I don't think we can realistically keep compatibility, especially given the pace of change right now. Caveat emptor!
Setting
lsp-haskell-completion-snippets-on
tonil
(and restarting the server) has no effect when using the latesthaskell-language-server
(1.2.0).This is probably caused by haskell/haskell-language-server#1619 which was introduced in 1.1.0 and changed the setting name from
haskell.completionSnippetsOn
to the intuitively namedhaskell.plugin.ghcide-completions.config.snippetsOn
.Doing
worked for me to fix it.
The text was updated successfully, but these errors were encountered: