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 627de73 commit 56aef36Copy full SHA for 56aef36
apps/elixir_ls_debugger/lib/debugger/server.ex
@@ -1604,7 +1604,7 @@ defmodule ElixirLS.Debugger.Server do
1604
1605
if Map.get(config, "exitAfterTaskReturns", true) do
1606
Output.debugger_console(
1607
- "Exiting.\nIf this behavior is undesired consider setting `sleepAfterTaskReturns` in launch config.\n"
+ "Exiting debugger.\nIf this behavior is undesired consider setting `exitAfterTaskReturns` to `false` in launch config.\n"
1608
)
1609
else
1610
# Starting from Elixir 1.9 Mix.Task.run will return so some task require sleeping
0 commit comments