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 f029db7 commit 866e698Copy full SHA for 866e698
apps/language_server/lib/language_server/cli.ex
@@ -5,6 +5,7 @@ defmodule ElixirLS.LanguageServer.CLI do
5
require Logger
6
7
def main do
8
+ :erlang.system_flag(:backtrace_depth, 16)
9
Application.load(:erts)
10
Application.put_env(:elixir, :ansi_enabled, false)
11
WireProtocol.intercept_output(&JsonRpc.print/1, &JsonRpc.print_err/1)
0 commit comments