We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3919304 commit b376399Copy full SHA for b376399
apps/language_server/lib/language_server/providers/execute_command/llm_docs_aggregator.ex
@@ -151,7 +151,7 @@ defmodule ElixirLS.LanguageServer.Providers.ExecuteCommand.LlmDocsAggregator do
151
list when is_list(list) and list != [] ->
152
results =
153
Enum.map(list, fn callback_info ->
154
- base_result = %{
+ %{
155
module: inspect(module),
156
callback: Atom.to_string(function),
157
arity: callback_info[:arity] || arity,
0 commit comments