Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/debug_adapter/lib/debug_adapter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule ElixirLS.DebugAdapter do
Launch.start_mix()

if Version.match?(System.version(), ">= 1.15.0-dev") do
# make sue that OTP debugger modules are in code path
# make sure that OTP debugger modules are in code path
# without starting the app
Mix.ensure_application!(:debugger)
end
Expand Down
2 changes: 1 addition & 1 deletion apps/debug_adapter/test/test_helper.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ExUnit.start(exclude: [pending: true])

if Version.match?(System.version(), ">= 1.15.0") do
# make sue that OTP debugger modules are in code path
# make sure that OTP debugger modules are in code path
# without starting the app
Mix.ensure_application!(:debugger)
end
Loading