emacs-lsp / lsp-haskell

lsp-mode :heart: haskell
https://emacs-lsp.github.io/lsp-haskell
GNU General Public License v3.0
227 stars 56 forks source link

Add switch for Stan plugin #157

Closed jasagredo closed 1 year ago

jasagredo commented 1 year ago

Not sure in which version it started, but stan is now a plugin of HLS. This PR adds the option to enable or disable it.

ncaq commented 1 year ago

It would be nice to be able to set this up, as there is a bug in the HLS Stan integration that gives false positive warnings. Stan plugin recommends StrictData pragma even when it is in scope · Issue #3174 · haskell/haskell-language-server

jasagredo commented 1 year ago

What should we do with this? @michaelpj do you know the status of this on HLS?

michaelpj commented 1 year ago

Yes, this is fine. I wish we had a better way of autogenerating this config boilerplate...