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 93094ea commit f83ab25Copy full SHA for f83ab25
apps/debug_adapter/lib/debug_adapter.ex
@@ -11,7 +11,7 @@ defmodule ElixirLS.DebugAdapter do
11
Launch.start_mix()
12
13
if Version.match?(System.version(), ">= 1.15.0-dev") do
14
- # make sue that OTP debugger modules are in code path
+ # make sure that OTP debugger modules are in code path
15
# without starting the app
16
Mix.ensure_application!(:debugger)
17
end
apps/debug_adapter/test/test_helper.exs
@@ -2,7 +2,7 @@
2
ExUnit.start(exclude: [pending: true])
3
4
if Version.match?(System.version(), ">= 1.15.0") do
5
6
7
8
0 commit comments