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 92f3312 commit d17ee89Copy full SHA for d17ee89
apps/language_server/lib/language_server/build.ex
@@ -613,6 +613,7 @@ defmodule ElixirLS.LanguageServer.Build do
613
apps = Application.loaded_applications() |> Enum.map(&elem(&1, 0))
614
615
for app <- apps -- :persistent_term.get(:language_server_required_apps) do
616
+ purge_app(app, false)
617
# workaround for https://github.com/elixir-lang/elixir/issues/13246
618
for {key, _} <- :application.get_all_env(app) do
619
:application.unset_env(app, key, persistent: true)
0 commit comments