We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
:pg
Attempting to get functions completetion on the module :pg causes elixir-ls server to crash.
[Trace - 2:13:18 PM] Received response 'textDocument/completion - (232)' in 121ms. Request failed: an exception was raised: ** (SystemLimitError) a system limit has been reached (erts 14.0.2) :erlang.binary_to_atom("{:discover, peer :: pid()}\n| {:discover, peer :: pid(), any()}\n| {:join, peer :: pid(), group(), pid() | [pid()]}\n| {:leave, peer :: pid(), pid() | [pid()], [group()]}\n| {:DOWN, reference(), :process, pid(), term()}\n| {:nodedown, node()}\n| {:nodeup, node()}", :utf8) (elixir_sense 2.0.0) lib/elixir_sense/core/type_info.ex:698: anonymous fn/1 in ElixirSense.Core.TypeInfo.extract_params/1 (elixir 1.15.4) lib/enum.ex:1693: Enum."-map/2-lists^map/1-1-"/2 (elixir_sense 2.0.0) lib/elixir_sense/providers/suggestion/complete.ex:1127: ElixirSense.Providers.Suggestion.Complete.format_params/2
deps
_build
.elixir_ls
Issue seems to be related to Erlang's atom amount limit, based on the content of the trace, pointing to this code
The text was updated successfully, but these errors were encountered:
2c4b352
No branches or pull requests
Versions
Issue
Attempting to get functions completetion on the module
:pg
causes elixir-ls server to crash.Troubleshooting performed:
deps
,_build
and.elixir_ls
folders.Issue seems to be related to Erlang's atom amount limit, based on the content of the trace, pointing to this code
The text was updated successfully, but these errors were encountered: