-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HLS support #28
Comments
I think I've tried sth with this but I gave up. I don't remember exactly why :) |
Small update: Funny thing - I though that someone already fixed that: I'll try to use this https://github.com/morganthomas/hcg-minus edit: Oh my God... I'm so stupid... |
I've tried this This is what I've encountered:
After the last step, It looks like at least sth (lenses + code actions) is working in my case with this code ( |
It's been a long time since I last looked into this. A work HLS setup and updated documentation would be most welcome! Unfortunately, I don't have a working setup with HLS myself. (Writing from the perspective of rules_haskell) |
Does anyone developing this have a local HLS setup they're using? It seems like following https://rules-haskell.readthedocs.io/en/latest/haskell-use-cases.html#configuring-ide-integration-with-ghcide almost gets you there, but hls doesn't seem to be finding modules from the current package (e.g. I can't import
CabalScan.Rules
)The text was updated successfully, but these errors were encountered: