-
Notifications
You must be signed in to change notification settings - Fork 20
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
Undocumented required fields in [buck] for TOML file #42
Comments
Sorry, late night and I put this issue here instead of under the elp repo - can someone transfer it or should I recreate there? |
Moved issue to the ELP repo |
There's no schema at the moment. It would be great to have one and, ideally, generate the docs out of it. Contributions are always welcome :) For the specific parameter, it's probably unintended. We may just have it as an optional value and default to |
Until we document it properly, note that the entire erlang-language-platform/crates/project_model/src/lib.rs Lines 1643 to 1646 in baad626
A more full example is erlang-language-platform/crates/project_model/src/lib.rs Lines 1712 to 1728 in baad626
|
Sounds good, thanks. Just dipping the toe in to see how ELP compares with Erlang LS for our KAZOO project. If ELP displaces Erlang LS, I'm sure there'll be some contributions coming as I go! Thanks for the work thus far. |
I am re-opening this as we still need to update the docs |
Following https://whatsapp.github.io/erlang-language-platform/docs/get-started/configure-project/elp-toml/
Docs say having
enabled = false
under[buck]
looks like enough.First time loading an Erlang source file in Emacs I see:
OK so I set buck to:
Next Erlang file opened sees:
Tedious to have to discover these one by one, no? Is there a schema or definition for the TOML file to consult?
The text was updated successfully, but these errors were encountered: