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 769c058 commit 572c81cCopy full SHA for 572c81c
lib/elixir_sense/providers/plugins/module_store.ex
@@ -54,11 +54,11 @@ defmodule ElixirSense.Providers.Plugins.ModuleStore do
54
ElixirSense.Plugin in behaviours or ElixirLS.LanguageServer.Plugin in behaviours or
55
ElixirSense.Providers.Plugin in behaviours
56
57
- {:is_elixir_sense_plugin, true} ->
58
- true
+ {:is_elixir_sense_plugin, value} ->
+ true in List.wrap(value)
59
60
- {:is_elixir_ls_plugin, true} ->
61
+ {:is_elixir_ls_plugin, value} ->
62
63
_ ->
64
false
0 commit comments