Skip to content

Commit

Permalink
Add missing prelude prefix in .elp.toml file
Browse files Browse the repository at this point in the history
Summary:
Without this change, opening one of the Erlang module via the ELP language server would result in an error:
```
Error resolving recursive target pattern.
```

Reviewed By: TheGeorge

Differential Revision: D63978348

fbshipit-source-id: f48b97f41603abf1ff3c3e254d8c390c261512ff
  • Loading branch information
robertoaloi authored and facebook-github-bot committed Oct 7, 2024
1 parent 025434e commit 372d72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erlang/common_test/.elp.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[buck]
build_deps = false
enabled = true
included_targets = ["//erlang/common_test/..."]
included_targets = ["prelude//erlang/common_test/..."]

0 comments on commit 372d72c

Please sign in to comment.