-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationprio-low
Description
Following https://whatsapp.github.io/erlang-language-platform/docs/get-started/configure-project/elp-toml/
> elp version
elp 1.1.0+build-2024-08-05
Docs say having enabled = false
under [buck]
looks like enough.
First time loading an Erlang source file in Emacs I see:
LSP :: unable to read /home/me/erlang_project/elp.toml: missing field `build_deps` for key `buck` at line 4 column 1
OK so I set buck to:
[buck]
enabled = false
build_deps = false
Next Erlang file opened sees:
LSP :: unable to read /home/me/erlang_project/.elp.toml: missing field `included_targets` for key `buck` at line 4 column 1
Tedious to have to discover these one by one, no? Is there a schema or definition for the TOML file to consult?
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationprio-low