-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Support hie-bios’ none cradle #1023
Comments
Hi, i've just tested a simple stack project with this cradle:
multi:
- path: "./test/MyTest"
config: { cradle: { none: } }
- path: "./"
config:
cradle:
stack:
- path: "./.stack-work"
component: "stack-test:lib"
- path: "./app"
component: "stack-test:exe:stack-test"
- path: "./src"
component: "stack-test:lib"
- path: "./test"
component: "stack-test:test:stack-test-test" Executing ghcide in the project root:
In the editor you can observe hover has no effect in
@cocreature so i guess that the none cradle is supported since haskell/ghcide#522 was merged |
closing as the feature is supported |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hie-bios 0.3.0 added a
none
cradle for files that should be ignored, e.g., because they cannot be loaded for some reason. We should also support this but it doesn’t make much sense before we support multi cradles.The text was updated successfully, but these errors were encountered: