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 b34609d commit 4d3c9b0Copy full SHA for 4d3c9b0
apps/debug_adapter/lib/debug_adapter/stacktrace.ex
@@ -100,7 +100,7 @@ defmodule ElixirLS.DebugAdapter.Stacktrace do
100
after
101
5000 ->
102
Process.exit(meta_query_pid, :kill)
103
- Process.demonitor(ref, false)
+ Process.demonitor(ref, [:flush])
104
Output.debugger_console("Timed out while obtaining meta for pid #{inspect(pid)}\n")
105
[]
106
end
0 commit comments