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 1193e18 commit fd38132Copy full SHA for fd38132
lib/elixir_sense/core/compiler/state.ex
@@ -693,7 +693,6 @@ defmodule ElixirSense.Core.Compiler.State do
693
}
694
end
695
696
- # TODO check if we can get rid of this function
697
defp update_vars_info_per_scope_id(state) do
698
[scope_id | _other_scope_ids] = state.scope_ids
699
[current_scope_vars | _other_scope_vars] = state.vars_info
0 commit comments