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
The hls-stan-plugin, lacked the capability to take into account .stan.toml files. While I've managed to make it work by roughly replicating what runStan does in the Stan module, it was recommended to add a more packaged solution to stan itself, and rely on those functions instead.
The primary goal of this would be to break up runStan into various functions that can be used by hls. At this moment I'm trying out how that would look like and hopefully submit a PR, but if you have any recommendations, they are of course very welcome!
Uh oh!
There was an error while loading. Please reload this page.
The
hls-stan-plugin
, lacked the capability to take into account.stan.toml
files. While I've managed to make it work by roughly replicating whatrunStan
does in theStan
module, it was recommended to add a more packaged solution tostan
itself, and rely on those functions instead.The primary goal of this would be to break up
runStan
into various functions that can be used by hls. At this moment I'm trying out how that would look like and hopefully submit a PR, but if you have any recommendations, they are of course very welcome!Here it's the relevant PR from hls, to get a better overview of what this would help with.
haskell/haskell-language-server#3914
The text was updated successfully, but these errors were encountered: